You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove assetPrefix to resolve CSS loading issues in production
- Remove assetPrefix from next.config.ts to fix static asset loading
- Keep basePath for proper routing on GitHub Pages
- Ensure CSS files are served correctly in production build
- Fix production deployment showing only HTML without styles
0 commit comments