Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove rewrites to enable Firebase use of 404.html as default (#86)
- **Changes**: - Removed the `rewrites` block from `transformer-firebase.js`. - **Impact**: - Ensures Firebase correctly uses `404.html` as the default error page. - Corrects the returned HTTP status code to 404 instead of 200 for missing routes. - **Reason**: - Aligns with Firebase best practices for handling 404 errors with proper status codes.
- Loading branch information