Added SEO config
All checks were successful
pipeline / build-and-push-images (push) Successful in 31s
pipeline / deploy (push) Successful in 7s

This commit is contained in:
2024-12-02 19:10:07 +01:00
parent 6fe8fa77db
commit f2c2709fe7
4 changed files with 10 additions and 3 deletions

View File

@@ -9,6 +9,13 @@ export default defineNuxtConfig({
'/champion/**' : {swr: true}
},
site: {
url: 'https://buildpath.win',
name: 'BuildPath',
description: 'BuildPath: a tool for League of Legends champions runes and build paths.',
defaultLocale: 'en', // not needed if you have @nuxtjs/i18n installed
},
app: {
head: {
htmlAttrs: {