From 2612a9f58419e215961bb270c8b2461354941dd7 Mon Sep 17 00:00:00 2001 From: Blake Mealey Date: Wed, 13 Apr 2022 09:56:29 -0500 Subject: [PATCH] added favicon --- pages/_document.tsx | 1 + public/favicon.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 public/favicon.svg diff --git a/pages/_document.tsx b/pages/_document.tsx index 5431f3e..cc3f799 100644 --- a/pages/_document.tsx +++ b/pages/_document.tsx @@ -4,6 +4,7 @@ export default function Document() { return ( + \ No newline at end of file