Files
webshop/shop/next.config.ts
2026-06-22 21:08:20 +02:00

8 lines
131 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
cacheComponents: false,
};
export default nextConfig;