Accessibility fixes.
This commit is contained in:
parent
4aacb26c4b
commit
88c94aaaf4
12 changed files with 276 additions and 260 deletions
|
|
@ -9,7 +9,11 @@ export default defineNuxtConfig({
|
|||
classSuffix: "",
|
||||
},
|
||||
app: {
|
||||
head: {},
|
||||
head: {
|
||||
htmlAttrs: { lang: "en" },
|
||||
title: "Ghost Guild",
|
||||
titleTemplate: "%s · Ghost Guild",
|
||||
},
|
||||
},
|
||||
build: {
|
||||
transpile: ["vue-cal"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue