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

7 lines
116 B
JavaScript

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