Add hack files to trick Gatsby into reloading itself

Otherwise it keeps on trying to load Gatsby pages (and not finding
them because we've switched to Gridsome).
This commit is contained in:
Hippo 2020-03-29 18:00:13 +05:30
parent af7e1488c0
commit 6181fec71f
3 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{253:function(e,t,a){"use strict";a.r(t);var n=a(0),c=a.n(n),s=a(4),o=a(245);t.default=function(){return c.a.createElement(o.b,null,c.a.createElement("div",{className:"container"},c.a.createElement("article",{className:"content",style:{textAlign:"center"}},c.a.createElement("h1",{className:"content-title"},"Site Updated"),c.a.createElement("section",{className:"content-body"},"This website has been updated. ",c.a.createElement(s.Link,{to:"/"},"Reload the page")," to continue browsing."),c.a.createElement("script",{dangerouslySetInnerHTML:{__html:"if (document.getElementsByName('generator')[0].content.toLowerCase().slice(0,6) == 'gatsby') {\n console.log('Deleting Gatsby cache');\n caches.keys().then(async (cacheKeys)=>{await cacheKeys.map((cacheKey)=>{console.log('Deleting: ' + cacheKey);caches.delete(cacheKey)});window.location.reload(true)});\n }"}}))))}}}]);
//# sourceMappingURL=component---src-pages-404-js-aaa2fa405f7ff5b334ff.js.map

View File

@ -0,0 +1 @@
{"version":3,"sources":["webpack:///./src/pages/404.js"],"names":["NotFoundPage","className","style","textAlign","to","dangerouslySetInnerHTML","__html"],"mappings":"0FAAA,2CAyBeA,UArBM,kBACjB,kBAAC,IAAD,KACI,yBAAKC,UAAU,aACX,6BAASA,UAAU,UAAUC,MAAO,CAAEC,UAAU,WAC5C,wBAAIF,UAAU,iBAAd,gBACA,6BAASA,UAAU,gBAAnB,kCACmC,kBAAC,OAAD,CAAMG,GAAG,KAAT,mBADnC,0BAGA,4BACEC,wBAAyB,CACvBC,OAAO","file":"component---src-pages-404-js-aaa2fa405f7ff5b334ff.js","sourcesContent":["import React from 'react'\nimport { Link } from 'gatsby'\nimport { Layout } from '../components/common'\n\nconst NotFoundPage = () => (\n <Layout>\n <div className=\"container\">\n <article className=\"content\" style={{ textAlign: `center` }}>\n <h1 className=\"content-title\">Site Updated</h1>\n <section className=\"content-body\">\n This website has been updated. <Link to=\"/\">Reload the page</Link> to continue browsing.\n </section>\n <script\n dangerouslySetInnerHTML={{\n __html: `if (document.getElementsByName('generator')[0].content.toLowerCase().slice(0,6) == 'gatsby') {\n console.log('Deleting Gatsby cache');\n caches.keys().then(async (cacheKeys)=>{await cacheKeys.map((cacheKey)=>{console.log('Deleting: ' + cacheKey);caches.delete(cacheKey)});window.location.reload(true)});\n }`,\n }}\n />\n </article>\n </div>\n </Layout>\n)\n\nexport default NotFoundPage\n"],"sourceRoot":""}

View File

@ -0,0 +1 @@
{"componentChunkName":"component---src-pages-404-js","path":"/404.html","webpackCompilationHash":"667633069bc0cde8992f","result":{"pageContext":{"isCreatedByStatefulCreatePages":true}}}