Fix invoice PDF table style, my-customers page dynamic rendering, add Supabase client import, disable cacheComponents

Files changed: 6 (7 insertions, 9 deletions)
This commit is contained in:
DanielS
2026-06-22 21:08:20 +02:00
parent fb124b549c
commit ba24ee33e6
6 changed files with 7 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
cacheComponents: true,
cacheComponents: false,
};
export default nextConfig;