refactor(projects): store images in content/, then copy them to public/ using custom nuxt module

This commit is contained in:
2025-11-23 17:51:16 +01:00
parent ba99b4912c
commit 210a71c17a
31 changed files with 178 additions and 51 deletions

View File

@@ -24,6 +24,8 @@
},
"devDependencies": {
"@nuxt/eslint": "^1.10.0",
"@nuxt/kit": "^4.2.1",
"@types/node": "^24.10.1",
"eslint": "^9.39.1",
"prettier": "^3.6.2",
"typescript": "^5.9.3",