mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-06 00:56:58 +00:00
fix: default shadcn theme
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import { shadcn } from "@clerk/themes";
|
||||
import { esES } from "@clerk/localizations";
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: "2025-07-15",
|
||||
@@ -62,5 +61,9 @@ export default defineNuxtConfig({
|
||||
},
|
||||
},
|
||||
// moved clerk config to clerk-locale.client.ts
|
||||
clerk: {},
|
||||
clerk: {
|
||||
appearance: {
|
||||
theme: shadcn,
|
||||
},
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user