missing next config for building output directory
This commit is contained in:
parent
d06c39aad8
commit
4bfeb56e80
@ -1,4 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {}
|
||||
const nextConfig = {
|
||||
output: 'export',
|
||||
};
|
||||
|
||||
module.exports = nextConfig
|
||||
module.exports = nextConfig;
|
||||
|
Loading…
Reference in New Issue
Block a user