www_ourverse_new/next.config.js
ehab-hassan e48ec49452 test
2024-09-29 13:13:13 +03:00

8 lines
116 B
JavaScript

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