Skip to content

Commit 4ff5bee

Browse files
committed
feat: add a11y module
1 parent c4beaab commit 4ff5bee

3 files changed

Lines changed: 24 additions & 0 deletions

File tree

nuxt.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default defineNuxtConfig({
1010
'@unocss/nuxt',
1111
'@nuxtjs/html-validator',
1212
'@nuxt/scripts',
13+
'@nuxt/a11y',
1314
'@nuxt/fonts',
1415
'nuxt-og-image',
1516
'@nuxt/test-utils',

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"dependencies": {
2929
"@iconify-json/simple-icons": "^1.2.67",
3030
"@iconify-json/vscode-icons": "^1.2.40",
31+
"@nuxt/a11y": "1.0.0-alpha.1",
3132
"@nuxt/fonts": "^0.13.0",
3233
"@nuxt/scripts": "^0.13.2",
3334
"@nuxtjs/html-validator": "^2.1.0",

pnpm-lock.yaml

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)