feat: accessibility enhancement
All checks were successful
Deploy / Deploy (push) Successful in 1m16s
All checks were successful
Deploy / Deploy (push) Successful in 1m16s
closes #3
This commit is contained in:
parent
3e652d5e4e
commit
01c5131055
31 changed files with 1121 additions and 58 deletions
|
@ -5,7 +5,7 @@
|
|||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vite build && tsx scripts/generate-rss.ts",
|
||||
"build": "vite build && tsx scripts/generate-rss.ts && tsx scripts/generate-sitemap.ts",
|
||||
"lint": "eslint .",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
|
@ -21,6 +21,7 @@
|
|||
"marked": "^12.0.2",
|
||||
"react": "^18.3.1",
|
||||
"react-dom": "^18.3.1",
|
||||
"react-helmet-async": "^2.0.5",
|
||||
"react-i18next": "^14.1.3",
|
||||
"react-icons": "^5.4.0",
|
||||
"react-router-dom": "^6.28.2"
|
||||
|
@ -45,6 +46,7 @@
|
|||
"tsx": "^4.19.2",
|
||||
"typescript": "^5.7.3",
|
||||
"typescript-eslint": "^8.22.0",
|
||||
"vite": "^5.4.14"
|
||||
"vite": "^5.4.14",
|
||||
"xml2js": "^0.6.2"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue