Dynamic sitemap generation :)
This commit is contained in:
@@ -15,6 +15,11 @@ export default defineNuxtConfig({
|
||||
description: 'BuildPath: a tool for League of Legends champions runes and build paths.',
|
||||
defaultLocale: 'en', // not needed if you have @nuxtjs/i18n installed
|
||||
},
|
||||
sitemap: {
|
||||
sources: [
|
||||
'/api/routemap'
|
||||
]
|
||||
},
|
||||
|
||||
app: {
|
||||
head: {
|
||||
|
||||
Reference in New Issue
Block a user