From 32a92a7a2ee341ed055e0730aa403fcb2bf543d6 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Sat, 15 Feb 2025 17:08:51 +0100 Subject: [PATCH] Update page.tsx --- web/app/guides/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/guides/page.tsx b/web/app/guides/page.tsx index 3176df6..00bc90d 100644 --- a/web/app/guides/page.tsx +++ b/web/app/guides/page.tsx @@ -1,4 +1,5 @@ import Link from "next/link" +const Footer = dynamic(() => import("@/components/footer"), { ssr: false }) interface Guide { title: string