Skip to content

Commit

Permalink
✨ Add a sitemap
Browse files Browse the repository at this point in the history
Done manually, have an error with the sitemap package.
  • Loading branch information
EHLOVader committed Feb 24, 2024
1 parent 08ab3d4 commit eba1fb8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ import sitemap from "@astrojs/sitemap";
export default defineConfig({
trailingSlash: "ignore",
site: 'https://isitdaylightsaving.com',
integrations: [sitemap()]
integrations: []
});
1 change: 1 addition & 0 deletions public/sitemap-0.xml

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions public/sitemap-index.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<?xml version="1.0" encoding="UTF-8"?><sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://isitdaylightsaving.com/sitemap-0.xml</loc></sitemap></sitemapindex>

0 comments on commit eba1fb8

Please sign in to comment.