vercel-labs--zero-native
7 行
115 B
JavaScript
7 行
115 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: "export",
|
|
};
|
|
|
|
module.exports = nextConfig;
|