Updated files

This commit is contained in:
2025-08-06 19:06:05 +02:00
parent 0c993266bd
commit f1a3909ee4
2 changed files with 6 additions and 6 deletions

View File

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