mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-24 00:36:14 -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',
|
'@nuxtjs/svg',
|
||||||
'nuxt-i18n',
|
'nuxt-i18n',
|
||||||
'@nuxtjs/markdownit',
|
'@nuxtjs/markdownit',
|
||||||
'@nuxtjs/sitemap'
|
'@nuxtjs/sitemap' // Must stay last
|
||||||
],
|
],
|
||||||
|
|
||||||
// Axios module configuration (https://go.nuxtjs.dev/config-axios)
|
// Axios module configuration (https://go.nuxtjs.dev/config-axios)
|
||||||
|
@ -121,5 +121,10 @@ export default {
|
||||||
wght: [300, 400, 500, 700, 900]
|
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