missing next config for building output directory

This commit is contained in:
Peter Nashaat 2024-09-12 06:23:33 +00:00
parent d06c39aad8
commit 4bfeb56e80

View File

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