minecraft/next.config.js

9 lines
145 B
JavaScript
Raw Permalink Normal View History

2022-12-03 20:02:24 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: 'standalone',
};
module.exports = nextConfig;