mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 16:26:15 -04:00
fix(sitemap): added hostname in config
This commit is contained in:
parent
88bf0091f5
commit
840c983384
1 changed files with 6 additions and 1 deletions
|
@ -55,7 +55,7 @@ export default {
|
|||
'@nuxtjs/svg',
|
||||
'nuxt-i18n',
|
||||
'@nuxtjs/markdownit',
|
||||
'@nuxtjs/sitemap'
|
||||
'@nuxtjs/sitemap' // Must stay last
|
||||
],
|
||||
|
||||
// Axios module configuration (https://go.nuxtjs.dev/config-axios)
|
||||
|
@ -121,5 +121,10 @@ export default {
|
|||
wght: [300, 400, 500, 700, 900]
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
sitemap: {
|
||||
hostname: 'https://it-tools.tech',
|
||||
gzip: true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue