From 96d5a1f90cde139a5d55f232b5083dd4fd4fef46 Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Mon, 21 Oct 2024 11:18:00 -0500 Subject: [PATCH] Update layout.tsx --- src/app/layout.tsx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index cf58c94..f2025c1 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -33,17 +33,7 @@ export const metadata: Metadata = { description: "A performant site built with Next.js", }; -// revalidate the data at most every day -export const revalidate = 86400; - -// commented out due to accessibility issues -// export const viewport: Viewport = { -// width: "device-width", -// initialScale: 1, -// minimumScale: 1, -// maximumScale: 1, -// userScalable: false, -// }; +export const revalidate = 86400; // One day export default async function RootLayout({ children,