Skip to content

Commit

Permalink
chore: simplify the sitemap generation
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond committed Oct 7, 2023
1 parent 1d64fcc commit 97b27ba
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,7 @@ const AnchorLinkIcon = h(
export default defineConfig({
integrations: [
tailwind(),
sitemap({
changefreq: 'weekly',
priority: 0.7,
lastmod: new Date()
}),
sitemap(),
mdx({
optimize: true,
})
Expand Down

1 comment on commit 97b27ba

@vercel
Copy link

@vercel vercel bot commented on 97b27ba Oct 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.