www_engage_os/next.config.js
2025-08-14 12:56:26 +02:00

11 lines
206 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
basePath: process.env.NEXT_PUBLIC_BASE_PATH || '',
output: 'export',
images: {
unoptimized: true,
},
}
module.exports = nextConfig