2023-12-20 01:53:51 +09:00

7 lines
114 B
JavaScript

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