kx3dex_radio/next.config.js

7 lines
118 B
JavaScript
Raw Normal View History

2024-03-24 18:05:19 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone'
}
module.exports = nextConfig