Skip to content

Commit

Permalink
Add sitemap generation using vuepress
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed Mar 18, 2024
1 parent dc74289 commit 9d2b682
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions orchestration/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ export default defineConfig({
}
],

sitemap: {
hostname: 'https://orchestration.payavel.com'
},

socialLinks: [
{ icon: 'github', link: 'https://github.com/payavel/orchestration' }
]
Expand Down

0 comments on commit 9d2b682

Please sign in to comment.