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
* feat(gatsby): add support for 500.html
* add e2e and some fixes to runtime
* fix tests (?)
* paths better start with /
* move warn-once to separate module and use it for 500/404 status pages non-SSG warnings
* rename internal plugin to mention 500, update some comments
Copy file name to clipboardExpand all lines: packages/gatsby/src/internal-plugins/prod-404-500/package.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
{
2
-
"name": "prod-404",
2
+
"name": "prod-404-500",
3
3
"version": "1.0.0",
4
4
"description": "Internal plugin to detect various flavors of 404 pages and ensure there's a 404.html path created as well to ensure compatibility with static hosts",
0 commit comments