move to using /src - still css issue work
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 31s

This commit is contained in:
2025-11-12 15:06:15 -08:00
parent 4ac9c1aa3f
commit 9bb90d31a8
4 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ const viteConfig = defineViteConfig({
},
resolve: {
alias: {
'@': path.resolve(__dirname, '.'),
'@': path.resolve(__dirname, './src'),
}
},
});