Accessibility fixes.

This commit is contained in:
Jennie Robinson Faber 2026-04-05 19:27:25 +01:00
parent 689548e389
commit dae983734a
7 changed files with 201 additions and 140 deletions

View file

@ -30,6 +30,30 @@ export default defineNuxtConfig({
hmr: {
port: 24678,
},
watch: {
ignored: [
"**/.git/**",
"**/.nuxt/**",
"**/.output/**",
"**/node_modules/**",
"**/dist/**",
"**/e2e/**",
"**/coverage/**",
],
},
},
},
nitro: {
watchOptions: {
ignored: [
"**/.git/**",
"**/.nuxt/**",
"**/.output/**",
"**/node_modules/**",
"**/dist/**",
"**/e2e/**",
"**/coverage/**",
],
},
},
runtimeConfig: {