Skip to content

Commit

Permalink
docs: enable sitemap generation
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Jan 23, 2024
1 parent cb41487 commit af7c29a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .web/docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ export default defineConfig({
description: ogDescription,
appearance: 'dark',

sitemap: {
hostname: ogUrl,
},

head: [
['link', {rel: 'icon', type: 'image/png', href: '/favicon.png'}],
['meta', {property: 'og:type', content: 'website'}],
Expand Down

0 comments on commit af7c29a

Please sign in to comment.