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
{"version":3,"file":"component---src-templates-using-dsg-js-1157d6f2881c10877363.js","mappings":"uLAwBA,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://gatsby-starter-default/./src/templates/using-dsg.js"],"sourcesContent":["import * as React from \"react\"\r\nimport { Link } from \"gatsby\"\r\n\r\nimport Layout from \"../components/layout\"\r\nimport Seo from \"../components/seo\"\r\n\r\nconst UsingDSG = () => (\r\n <Layout>\r\n <Seo title=\"Using DSG\" />\r\n <h1>\r\n Hello from a <b>DSG Page</b>\r\n </h1>\r\n <p>This page is not created until requested by a user.</p>\r\n <p>\r\n To learn more, head over to our{\" \"}\r\n <a href=\"https://www.gatsbyjs.com/docs/reference/rendering-options/deferred-static-generation/\">\r\n documentation about Deferred Static Generation\r\n </a>\r\n .\r\n </p>\r\n <Link to=\"/\">Go back to the homepage</Link>\r\n </Layout>\r\n)\r\n\r\nexport default UsingDSG\r\n"],"names":["title","href","Link","to"],"sourceRoot":""}