diff --git a/components.json b/components.json new file mode 100644 index 0000000..be4112d --- /dev/null +++ b/components.json @@ -0,0 +1,17 @@ +{ + "$schema": "https://shadcn-vue.com/schema.json", + "style": "new-york", + "typescript": true, + "tsConfigPath": "./.nuxt/tsconfig.json", + "tailwind": { + "config": "tailwind.config.ts", + "css": "styles/shadcn-ui.css", + "baseColor": "neutral", + "cssVariables": true + }, + "framework": "nuxt", + "aliases": { + "components": "@/components", + "utils": "@/utils/styles" + } +} diff --git a/components/app-footer.vue b/components/app-footer.vue index ba4e4a9..638a445 100644 --- a/components/app-footer.vue +++ b/components/app-footer.vue @@ -12,9 +12,9 @@ const links = computed(() => {