From 1bbecf5d56f103784aa32c550c87048090da0ec1 Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Fri, 18 Nov 2022 19:56:28 -0500 Subject: Site updates (#1) * Add current page as reference * Upgrade dependencies: Gatsby 5.0.1 * Refactor components and styles to be consistent * Switch tense of BlockBody prop * Remove header on stylesheet * move timestamp to package version * Commit public dir for use with static site builders * Remove 1.0.7 file ref --- public/page-data/404.html/page-data.json | 1 + public/page-data/404/page-data.json | 1 + public/page-data/app-data.json | 1 + public/page-data/index/page-data.json | 1 + 4 files changed, 4 insertions(+) create mode 100644 public/page-data/404.html/page-data.json create mode 100644 public/page-data/404/page-data.json create mode 100644 public/page-data/app-data.json create mode 100644 public/page-data/index/page-data.json (limited to 'public/page-data') diff --git a/public/page-data/404.html/page-data.json b/public/page-data/404.html/page-data.json new file mode 100644 index 0000000..3cbd617 --- /dev/null +++ b/public/page-data/404.html/page-data.json @@ -0,0 +1 @@ +{"componentChunkName":"component---src-pages-404-tsx","path":"/404.html","result":{"pageContext":{}},"staticQueryHashes":[],"slicesMap":{}} \ No newline at end of file diff --git a/public/page-data/404/page-data.json b/public/page-data/404/page-data.json new file mode 100644 index 0000000..9c15f76 --- /dev/null +++ b/public/page-data/404/page-data.json @@ -0,0 +1 @@ +{"componentChunkName":"component---src-pages-404-tsx","path":"/404/","result":{"pageContext":{}},"staticQueryHashes":[],"slicesMap":{}} \ No newline at end of file diff --git a/public/page-data/app-data.json b/public/page-data/app-data.json new file mode 100644 index 0000000..0d613b3 --- /dev/null +++ b/public/page-data/app-data.json @@ -0,0 +1 @@ +{"webpackCompilationHash":"d7989b3fdccbd4e6d477"} diff --git a/public/page-data/index/page-data.json b/public/page-data/index/page-data.json new file mode 100644 index 0000000..1c2523b --- /dev/null +++ b/public/page-data/index/page-data.json @@ -0,0 +1 @@ +{"componentChunkName":"component---src-pages-index-tsx","path":"/","result":{"pageContext":{}},"staticQueryHashes":[],"slicesMap":{}} \ No newline at end of file -- cgit