Skip to content

Commit

Permalink
add an autogenerated sitemap.xml (use PR)
Browse files Browse the repository at this point in the history
  • Loading branch information
kernoeb committed Sep 17, 2023
1 parent 07c39ea commit 15728d5
Show file tree
Hide file tree
Showing 3 changed files with 135 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,14 @@ export default {
'@nuxt/content',
'@nuxtjs/i18n',
'@nuxt/http',
'vue-plausible'
'vue-plausible',
'@nuxtjs/sitemap'
],

sitemap: {
hostname: 'https://becauseofprog.fr'
},

plausible: {
apiHost: 'https://plausible.noewen.com'
},
Expand Down
128 changes: 128 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"@nuxt/content": "1.15.1",
"@nuxt/http": "^0.6.4",
"@nuxtjs/i18n": "7.3.1",
"@nuxtjs/sitemap": "github:nuxt-community/sitemap-module#feat/static-crawler",
"cookie-universal-nuxt": "^2.2.2",
"nuxt": "2.17.1",
"vue": "2.7.14",
Expand Down

0 comments on commit 15728d5

Please sign in to comment.