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
{{ message }}
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.
{"version":3,"file":"component---src-templates-using-dsg-js-ecc95af562771591a980.js","mappings":"2JAwBA,UAlBiB,kBACf,gBAAC,IAAD,KACE,gBAAC,IAAD,CAAKA,MAAM,cACX,0CACe,sCAEf,gFACA,2DACkC,IAChC,qBAAGC,KAAK,yFAAR,kDAFF,KAOA,gBAAC,EAAAC,KAAD,CAAMC,GAAG,KAAT","sources":["webpack://overlayz/./src/templates/using-dsg.js"],"sourcesContent":["import * as React from \"react\"\nimport { Link } from \"gatsby\"\n\nimport Layout from \"../components/layout\"\nimport Seo from \"../components/seo\"\n\nconst UsingDSG = () => (\n <Layout>\n <Seo title=\"Using DSG\" />\n <h1>\n Hello from a <b>DSG Page</b>\n </h1>\n <p>This page is not created until requested by a user.</p>\n <p>\n To learn more, head over to our{\" \"}\n <a href=\"https://www.gatsbyjs.com/docs/reference/rendering-options/deferred-static-generation/\">\n documentation about Deferred Static Generation\n </a>\n .\n </p>\n <Link to=\"/\">Go back to the homepage</Link>\n </Layout>\n)\n\nexport default UsingDSG\n"],"names":["title","href","Link","to"],"sourceRoot":""}