minecraft/next.config.js
2022-12-03 21:02:24 +01:00

9 lines
145 B
JavaScript
Executable file

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