We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8dc9e8 commit 0fe6c86Copy full SHA for 0fe6c86
apps/marketing/src/layouts/Base.astro
@@ -39,6 +39,7 @@ import '../styles/global.css';
39
40
<meta name="robots" content="index, follow" />
41
<link rel="canonical" href={canonical} />
42
+ <link rel="alternate" type="application/rss+xml" title="Plannotator Blog" href="/rss.xml" />
43
44
<link rel="preconnect" href="https://fonts.googleapis.com" />
45
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
0 commit comments