fix nextjs linting hints and improve adapter to support config as function

This commit is contained in:
dswbx
2025-03-14 07:55:05 +01:00
parent 4f01004262
commit 1ea22248b4
7 changed files with 69 additions and 58 deletions

View File

@@ -1,7 +1,7 @@
import { getApi } from "@/bknd";
import { revalidatePath } from "next/cache";
import { Fragment } from "react";
import { List } from "@/app/(main)/layout";
import { List } from "@/components/List";
export default async function Home() {
// without "{ verify: true }", this page can be static