We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a63462d commit 31473e6Copy full SHA for 31473e6
components.json
@@ -1,5 +1,5 @@
1
{
2
- "$schema": "https://next.shadcn-svelte.com/schema.json",
+ "$schema": "https://www.shadcn-svelte.com/schema.json",
3
"tailwind": {
4
"css": "src/app.pcss",
5
"baseColor": "slate"
@@ -12,5 +12,5 @@
12
"lib": "$lib"
13
},
14
"typescript": true,
15
- "registry": "https://next.shadcn-svelte.com/registry"
+ "registry": "https://www.shadcn-svelte.com/registry"
16
}
0 commit comments