cv/next.config.js

7 lines
115 B
JavaScript
Raw Normal View History

2023-05-24 04:23:20 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
}
module.exports = nextConfig