Compare commits
No commits in common. "5099c968c0e641272ca7e898012eb461678102e3" and "b8bc28b3b1f9756cafe82d20ac2343906db5883d" have entirely different histories.
5099c968c0
...
b8bc28b3b1
@ -1,10 +1,4 @@
|
|||||||
/** @type {import('next').NextConfig} */
|
/** @type {import('next').NextConfig} */
|
||||||
const nextConfig = {
|
const nextConfig = {}
|
||||||
output: "export",
|
|
||||||
trailingSlash: true,
|
|
||||||
images: {
|
|
||||||
unoptimized: true,
|
|
||||||
},
|
|
||||||
};
|
|
||||||
|
|
||||||
export default nextConfig;
|
module.exports = nextConfig
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user