Source code

Revision control

Copy as Markdown

Other Tools

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
output: "export",
distDir: "dist",
assetPrefix: "./",
images: {
unoptimized: true,
},
};
module.exports = nextConfig;