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