Added revalidate so it will actually pull the front page and update

This commit is contained in:
2025-01-14 02:37:47 -05:00
parent 89cff766bf
commit 3fb1c6434a
2 changed files with 1 additions and 2 deletions

View File

@@ -9,7 +9,6 @@ export const metadata = {
export default async function HomePage() {
let books: Book[] = [];
try {
books = await fetchBooks();
} catch (error) {