Skip to content

Commit

Permalink
Oops, move sitemap configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
r-kujawa committed Mar 18, 2024
1 parent 9d2b682 commit 111c479
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions orchestration/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ export default defineConfig({
}
],

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

socialLinks: [
{ icon: 'github', link: 'https://github.com/payavel/orchestration' }
]
},
sitemap: {
hostname: 'https://orchestration.payavel.com'
}
})

0 comments on commit 111c479

Please sign in to comment.