dissidua/next.config.js

7 lines
112 B
JavaScript
Raw Normal View History

2023-12-18 07:55:02 -08:00
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
}
2023-12-18 07:55:02 -08:00
module.exports = nextConfig