Skip to content

Commit

Permalink
Merge pull request #42 from ethanniser/leerob-patch-3
Browse files Browse the repository at this point in the history
Remove commented out code
  • Loading branch information
ethanniser authored Oct 21, 2024
2 parents 7030f98 + 96d5a1f commit bce1b7f
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 bce1b7f

Please sign in to comment.