various fixes maybe now she worky?
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 22s

This commit is contained in:
2025-11-10 14:56:03 -08:00
parent 28ece0980c
commit b702a33232
5 changed files with 37 additions and 17 deletions

View File

@@ -3,7 +3,8 @@ export default {
// Configure files to scan for Tailwind classes
content: [
"./index.html",
"./*.{js,ts,jsx,tsx}", // Scans for files in the root directory
"./*.{js,ts,jsx,tsx}", // Scans for files in the root directory like index.tsx
"./components/**/*.{js,ts,jsx,tsx}", // Scans all component files
],
// Enable dark mode using a class
darkMode: 'class',