www_ourverse_new/next.config.js
2024-09-26 12:54:57 +03:00

7 lines
124 B
JavaScript

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