Files
portfolio/next.config.mjs
T
2026-01-22 18:22:27 +01:00

8 lines
136 B
JavaScript

// next.config.mjs
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
};
export default nextConfig;