Files
forum/next.config.mjs
2025-12-19 07:50:23 -08:00

14 lines
247 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
basePath: '/forum',
assetPrefix: '/forum/',
images: {
unoptimized: true,
},
reactStrictMode: true,
};
export default nextConfig;
// Build: 1766159423