short-url/next.config.js
2024-11-30 08:19:57 +08:00

8 lines
130 B
JavaScript
Executable File

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