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

View File

@@ -17,7 +17,7 @@ function updateState(newState : string, newLane : number) {
<template>
<Head>
<Title>{{ championData.name }} - BuildPath</Title>
<Title>{{ championData.name }}</Title>
</Head>
<NavBar :champion-name="championData.name"

View File

@@ -6,7 +6,7 @@ const {data: stats}: {data: Ref<{patch: number, count: number}>} = await useFetc
<template>
<Head>
<Title>BuildPath</Title>
<Title>Home</Title>
</Head>
<Logo id="index-logo"/>

View File

@@ -47,7 +47,7 @@ const d_tier = tierFromPickrate(0, 0.05)
<template>
<Head>
<Title>Tierlist for {{ POSITIONS_STR[lanePositionToIndex(lane)] }} - BuildPath</Title>
<Title>Tierlist for {{ POSITIONS_STR[lanePositionToIndex(lane)] }}</Title>
</Head>
<div style="display: flex; min-height: 100vh; align-items: stretch; width: 100%;">