Skip to content

Commit

Permalink
Update layout.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob authored Oct 21, 2024
1 parent 770dea3 commit 96d5a1f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 96d5a1f

Please sign in to comment.