portfolio/components.json
Nabil Ould Hamou ed30ce43f5 feat: ajout de nouveaux fichiers
fix: QOL -> "logo" cliquable pour revenir sur la page principale
2024-01-07 04:17:14 +01:00

13 lines
No EOL
269 B
JSON

{
"$schema": "https://shadcn-svelte.com/schema.json",
"style": "new-york",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/app.css",
"baseColor": "zinc"
},
"aliases": {
"components": "$lib/components",
"utils": "$lib/utils"
}
}