feat: support graceful 404 pages for resources

This commit is contained in:
Khinshan Khan
2019-12-01 18:30:22 -05:00
committed by Jean-Philippe Sirois
parent 0c3d8a3b4f
commit c96fb2eabf
6 changed files with 157 additions and 7 deletions
+20
View File
@@ -9167,6 +9167,26 @@
"svg-react-loader": "^0.4.4"
}
},
"gatsby-plugin-remove-trailing-slashes": {
"version": "2.1.15",
"resolved": "https://registry.npmjs.org/gatsby-plugin-remove-trailing-slashes/-/gatsby-plugin-remove-trailing-slashes-2.1.15.tgz",
"integrity": "sha512-IMuubnIdsgRyEGWYZZD5QhynO3Mw3rf+cM5uBk594I97MR/BcqYVjXVhVKp4zGpip2HQNzPPgHWODS8tn6n30g==",
"dev": true,
"requires": {
"@babel/runtime": "^7.7.4"
},
"dependencies": {
"@babel/runtime": {
"version": "7.7.4",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.7.4.tgz",
"integrity": "sha512-r24eVUUr0QqNZa+qrImUk8fn5SPhHq+IfYvIoIMg0do3GdK9sMdiLKP3GYVVaxpPKORgm8KRKaNTEhAjgIpLMw==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.2"
}
}
}
},
"gatsby-plugin-sharp": {
"version": "2.3.2",
"resolved": "https://registry.npmjs.org/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.3.2.tgz",