feat: add navigation to carousels and fix data loading

- Fix cache issues in home API route

- Add navigation to series/books in MediaRow carousels

- Improve Hero section visual with overflow handling

- Simplify data structure and API responses
This commit is contained in:
Julien Froidefond
2025-02-11 22:40:28 +01:00
parent e4a663b6d4
commit ba12c87e57
7 changed files with 465 additions and 44 deletions

View File

@@ -1,3 +1 @@
export const config = {
serverUrl: process.env.NEXT_PUBLIC_KOMGA_URL || "http://localhost:8080",
};
export const config = {};