Added SEO config
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user