Accessibility fixes.
This commit is contained in:
parent
689548e389
commit
dae983734a
7 changed files with 201 additions and 140 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue