www_ourverse_new/next.config.js
2024-09-29 11:42:38 +03:00

7 lines
155 B
JavaScript

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