Dynamic sitemap generation :)
All checks were successful
pipeline / build-and-push-images (push) Successful in 30s
pipeline / deploy (push) Successful in 10s

This commit is contained in:
2024-12-02 19:35:49 +01:00
parent f2c2709fe7
commit 31182faa45
2 changed files with 22 additions and 0 deletions

View File

@@ -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: {