diff --git a/frontend/components.json b/frontend/components.json index 53d2101e..e4c9021f 100644 --- a/frontend/components.json +++ b/frontend/components.json @@ -5,7 +5,7 @@ "tsx": true, "tailwind": { "config": "tailwind.config.ts", - "css": "src/app/globals.css", + "css": "app/globals.css", "baseColor": "neutral", "cssVariables": true, "prefix": "" diff --git a/frontend/tailwind.config.ts b/frontend/tailwind.config.ts index 9dee23da..ab17e91d 100644 --- a/frontend/tailwind.config.ts +++ b/frontend/tailwind.config.ts @@ -11,7 +11,6 @@ const config = { "./pages/**/*.{ts,tsx}", "./components/**/*.{ts,tsx}", "./app/**/*.{ts,tsx}", - "./src/**/*.{ts,tsx}", ], theme: { container: {