missing next config for building output directory

This commit is contained in:
Peter Nashaat 2024-09-12 07:14:53 +00:00
parent ab19547027
commit 3667b3d013

View File

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