Added cacht tags

This commit is contained in:
2025-06-27 19:05:34 +02:00
parent 38293531e9
commit 18c6aa1758
2 changed files with 49 additions and 15 deletions

View File

@@ -1,5 +1,9 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {};
const nextConfig: NextConfig = {
experimental: {
useCache: true
}
};
export default nextConfig;