4 lines
112 B
JavaScript
4 lines
112 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = { output: "export" };
|
|
|
|
module.exports = nextConfig;
|