Remove background revalidate, improve response/request name

This commit is contained in:
Henrik Larsson
2023-07-03 14:38:24 +02:00
parent 8cd95842c7
commit 4e517256e5
2 changed files with 5 additions and 8 deletions

View File

@@ -51,9 +51,6 @@ export default async function Page({ params }: { params: { slug: string[]; local
);
}
// Background revalidate once every day.
// export const revalidate = 86400;
/**
* Get paths for each page.
*/