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

@@ -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"