Skip to content

Commit

Permalink
fix: gallery revalidate
Browse files Browse the repository at this point in the history
Signed-off-by: Urban Vidovič <[email protected]>
  • Loading branch information
pseudobun committed Jun 11, 2024
1 parent 4177d8d commit 88be750
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/portfolio/src/app/gallery/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { getImageUrls } from '@/utils/fetchImages';
export const metadata = {
title: 'Gallery',
};
export const revalidate = 604800;

export default async function Gallery() {
const urls = await getImageUrls();
Expand Down

0 comments on commit 88be750

Please sign in to comment.