Files
vercel-labs--zero-native/examples/next/frontend/next.config.js
T
2026-07-13 12:29:49 +08:00

7 lines
115 B
JavaScript

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