post-deploy fixins
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 19s

This commit is contained in:
2025-11-10 11:35:29 -08:00
parent bdddca1417
commit 77dfec34b6
2 changed files with 6 additions and 6 deletions

View File

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