fix: add force-dynamic to auth-protected pages, sunum gallery+detail modal, form step 3 layout, academy tour updates

This commit is contained in:
egecankomur
2026-05-12 05:02:44 +03:00
parent 3554b39800
commit 8dd970d2ad
9 changed files with 496 additions and 135 deletions
+2
View File
@@ -1,3 +1,5 @@
export const dynamic = "force-dynamic";
import { requireTenant } from "@/lib/appwrite/tenant-guard";
import { createAdminClient } from "@/lib/appwrite/server";
import { DATABASE_ID, TABLES } from "@/lib/appwrite/schema";