www_ourverse_new/next.config.js
2024-09-26 13:15:42 +03:00

7 lines
94 B
JavaScript

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