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:41:50 -08:00
parent 77dfec34b6
commit 935f03fa24
2 changed files with 10 additions and 6 deletions

View File

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