ipv6-test-frontend/next.config.mjs
2024-08-16 23:32:19 +08:00

7 lines
116 B
JavaScript

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