feat: initial website implementation with all pages and components

This commit is contained in:
Matthias
2026-05-27 20:55:12 +02:00
parent 3d36fc376a
commit 1911879891
28 changed files with 3901 additions and 150 deletions

View File

@@ -12,6 +12,8 @@
},
"iconLibrary": "lucide",
"rtl": false,
"menuColor": "default",
"menuAccent": "subtle",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
@@ -19,7 +21,7 @@
"lib": "@/lib",
"hooks": "@/hooks"
},
"menuColor": "default",
"menuAccent": "subtle",
"registries": {}
"registries": {
"@mapcn": "https://mapcn.dev/r/{name}.json"
}
}