Use nuxtjs/mdc to render descriptions

This commit is contained in:
2025-10-14 14:50:13 +02:00
parent a01dc430e6
commit 06eb971af4
10 changed files with 105 additions and 53 deletions

View File

@@ -8,5 +8,5 @@
{ "path": "./.nuxt/tsconfig.node.json" }
],
"compileOnSave": true,
"compilerOptions": { "noUncheckedIndexedAccess": true, "module": "ESNext", "moduleResolution": "Bundler" }
"compilerOptions": { "noUncheckedIndexedAccess": true, "module": "ESNext", "moduleResolution": "Bundler"}
}