chore: switch from vuepress to vitepress
deploy / deploy (push) Failing after 7m39s

This commit is contained in:
2026-07-11 11:41:14 +02:00
parent 3aa57fcdda
commit b9558d4792
96 changed files with 491 additions and 2895 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": true,
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"quoteProps": "as-needed",
"printWidth": 100,
"trailingComma": "es5",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "always"
}