diyaa.de/next.config.js
2026-03-13 03:16:25 +01:00

8 lines
144 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: "standalone",
};
module.exports = nextConfig;