diff options
| author | seth <[email protected]> | 2023-05-24 06:17:46 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-24 06:17:46 -0400 |
| commit | e23620d10a5fb27f613e5b71cb0627fb1c4076b3 (patch) | |
| tree | 4b131eda41481bfc922fb86545c92f2c270496c2 /src/components/Head.astro | |
| parent | cb58a18f0f32cce04d13cf2d10b33d7721eebe1e (diff) | |
add 404/sitemap/robots.txt + improve random stuff
Diffstat (limited to 'src/components/Head.astro')
| -rw-r--r-- | src/components/Head.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Head.astro b/src/components/Head.astro index 1ccc6fa..0cce769 100644 --- a/src/components/Head.astro +++ b/src/components/Head.astro @@ -8,4 +8,5 @@ const { title, description } = Astro.props; <title>{title}</title> <meta name="description" content={description} /> <meta name="viewport" content="width=device-width, initial-scale=1" /> + <link rel="sitemap" href="/sitemap-index.xml" /> </head> |
