fix robots file
This commit is contained in:
@ -25,6 +25,7 @@ const { title, description, lang } = Astro.props;
|
||||
type="application/rss+xml"
|
||||
href={new URL("rss.xml", Astro.site)}
|
||||
/>
|
||||
<link rel="sitemap" href="/sitemap-index.xml" />
|
||||
<meta name="generator" content={Astro.generator} />
|
||||
<title>{title}</title>
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user