Skip to content

Commit

Permalink
Updates sitemap configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
BenParizek committed Nov 23, 2023
1 parent 2d481e9 commit 421ae30
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ export default defineConfig({
['link', {rel: 'icon', type: 'image/png', sizes: '32x32', href: '/icons/favicon-32x32.png'}],
['link', {rel: 'icon', type: 'image/png', sizes: '16x16', href: '/icons/favicon-16x16.png'}],
],
base: '/docs/craft-v4/',
sitemap: {
hostname: 'https://sprout.barrelstrengthdesign.com'
hostname: 'https://sprout.barrelstrengthdesign.com/docs/craft-v4/'
},
lastUpdated: true,
base: '/docs/craft-v4/',
srcExclude: [
'.drafts/**/*',
],
Expand Down Expand Up @@ -231,6 +231,10 @@ export default defineConfig({
message: 'Craft The Planet',
copyright: '© Barrel Strength Design'
},

lastUpdated: {
text: 'Last Updated: ',
},
},
vite: {
// Vite config options
Expand Down

0 comments on commit 421ae30

Please sign in to comment.