Commit 0502539
authored
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.1 parent 68e8ba9 commit 0502539
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 18 | | |
25 | 19 | | |
26 | 20 | | |
| |||
0 commit comments