Files
ims/next.config.js
T

8 lines
137 B
JavaScript

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