From 6a1224b11195d70d7ba42b8667c470f55f81398a Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Tue, 29 Oct 2024 20:17:26 +0100 Subject: [PATCH] feat: add icon and meta to head --- src/theme.config.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/theme.config.tsx b/src/theme.config.tsx index 23adce1..96219a1 100644 --- a/src/theme.config.tsx +++ b/src/theme.config.tsx @@ -38,6 +38,7 @@ export default { return ( <> + + ); },