Files
personal-dashboard/next.config.mjs
T

7 lines
100 B
JavaScript
Raw Normal View History

2026-06-18 10:02:05 +02:00
const nextConfig = {
output: "standalone",
reactStrictMode: true
};
export default nextConfig;