mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-31 20:24:26 -04:00
fix(sitemap): added hostname in config
This commit is contained in:
parent
88bf0091f5
commit
840c983384
@ -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…
x
Reference in New Issue
Block a user