From d94b555240a25af10e066c8436ec62dbed375dc5 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Tue, 18 Oct 2022 17:11:04 +0200 Subject: [PATCH] Don't preload /terminal --- components/Blog/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Blog/Navigation.tsx b/components/Blog/Navigation.tsx index fd6102a..d0aeef9 100644 --- a/components/Blog/Navigation.tsx +++ b/components/Blog/Navigation.tsx @@ -29,7 +29,7 @@ const Navigation: NextPage<{}> = () => {
-
+
; };