5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
output: 'export',
|
|
};
|
|
export default nextConfig; |