From 7fede4ee94880f09f44697104c0696e44fc2f8b6 Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Mon, 21 Nov 2022 16:58:44 -0500 Subject: Add Offline Gatsby plugin (#14) * Add offline plugin * More updates --- src/components/SEO.tsx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/components/SEO.tsx b/src/components/SEO.tsx index 6d3323b..3049810 100644 --- a/src/components/SEO.tsx +++ b/src/components/SEO.tsx @@ -12,12 +12,6 @@ export function Head(): React.ReactElement { /> - - - Kevin J Hoerr <kjhoerr@submelon.tech> -- cgit