trailingslash and out folder generate code updated
This commit is contained in:
parent
230e8541e2
commit
51bbab7a28
@ -1,4 +1,10 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {}
|
||||
const nextConfig = {
|
||||
output: "export",
|
||||
trailingSlash: true,
|
||||
images: {
|
||||
unoptimized: true,
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = nextConfig
|
||||
export default nextConfig;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user