Commit e22942e
committed
fix(ssg): generate custom 404.html for GitHub Pages fallback
Resolves #4368. Added '/404.html' to the SSG paths in webpack.ssg.mjs to ensure a fully rendered 404 page is generated during the build process, preventing the default GitHub Pages 404 screen.1 parent f61447c commit e22942e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments