ipv6-test-frontend/next.config.mjs

7 lines
116 B
JavaScript
Raw Normal View History

2024-08-10 23:47:17 +08:00
/** @type {import('next').NextConfig} */
2024-08-16 23:32:19 +08:00
const nextConfig = {
output: 'standalone',
}
2024-08-10 23:47:17 +08:00
export default nextConfig;