Wip on homepage.

Add documentation how to optimize code size in production.
This commit is contained in:
kbe
2025-08-16 22:43:10 +02:00
parent 31534b2c0c
commit 17e6711299
14 changed files with 954 additions and 217 deletions

17
components.json Normal file
View File

@@ -0,0 +1,17 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "new-york",
"rsc": false,
"tsx": false,
"tailwind": {
"config": "tailwind.config.js",
"css": "app/assets/stylesheets/application.postcss.css",
"baseColor": "zinc",
"cssVariables": true,
"prefix": ""
},
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}