diff --git a/web/tailwind.config.js b/web/tailwind.config.js index 2ae83ea..739f770 100644 --- a/web/tailwind.config.js +++ b/web/tailwind.config.js @@ -1,7 +1,7 @@ /** @type {import('tailwindcss').Config} */ module.exports = { darkMode: ["class"], - content: ["./app/**/*.{ts,tsx}", "./components/**/*.{ts,tsx}", "./pages/**/*.{ts,tsx}"], + content: ["web/app/**/*.{ts,tsx}", "web/components/**/*.{ts,tsx}", "web/pages/**/*.{ts,tsx}"], theme: { container: { center: true,