From e7fb05d571a42094c1b725de423c7ba88c403d47 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Wed, 6 Sep 2023 18:09:17 -0500 Subject: [PATCH] Move /sign-in and /checklist to edge runtime --- src/app/(auth-state)/checklist/page.tsx | 2 ++ src/app/sign-in/page.tsx | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/app/(auth-state)/checklist/page.tsx b/src/app/(auth-state)/checklist/page.tsx index c69d9d0b..21c74892 100644 --- a/src/app/(auth-state)/checklist/page.tsx +++ b/src/app/(auth-state)/checklist/page.tsx @@ -2,6 +2,8 @@ import InfoBlock from '@/components/InfoBlock'; import SiteGrid from '@/components/SiteGrid'; import SiteChecklist from '@/site/SiteChecklist'; +export const runtime = 'edge'; + export default async function ChecklistPage() { return (