Skip to content

Commit

Permalink
fix: add cache revalidation
Browse files Browse the repository at this point in the history
  • Loading branch information
samderanova committed Oct 30, 2023
1 parent f196db7 commit 52a554a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/site/src/app/resources/page.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export const revalidate = 60;

export { Resources as default } from "@/views";
2 changes: 2 additions & 0 deletions apps/site/src/app/schedule/#page.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
export const revalidate = 60;

export { Schedule as default } from "@/views";

0 comments on commit 52a554a

Please sign in to comment.