mirror of
https://github.com/SrIzan10/helium.git
synced 2026-06-06 00:56:58 +00:00
feat: clerk theming and preset selector
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import { shadcn } from "@clerk/themes";
|
||||
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
@@ -30,4 +31,9 @@ export default defineNuxtConfig({
|
||||
websocket: true
|
||||
}
|
||||
},
|
||||
})
|
||||
clerk: {
|
||||
appearance: {
|
||||
theme: shadcn
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user