Added revalidate so it will actually pull the front page and update
This commit is contained in:
@@ -9,7 +9,6 @@ export const metadata = {
|
||||
|
||||
export default async function HomePage() {
|
||||
let books: Book[] = [];
|
||||
|
||||
try {
|
||||
books = await fetchBooks();
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user