Skip to content

Commit

Permalink
feat: add sitemap
Browse files Browse the repository at this point in the history
  • Loading branch information
dotoleeoak committed Feb 15, 2024
1 parent 45a5697 commit bc52e85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ export default defineConfig({
titleTemplate: false,
lastUpdated: true,

sitemap: {
hostname: 'https://docs.codedang.com'
},

head: [
['link', { rel: 'icon', href: '/logo.png' }],
['link', { rel: 'preconnect', href: 'https://fonts.googleapis.com' }],
Expand Down

0 comments on commit bc52e85

Please sign in to comment.