alure-website/next.config.js

7 lines
113 B
JavaScript

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