pdf-chat-frontend / next.config.js
kenny
Add static export
e91394f
raw
history blame contribute delete
155 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
images: {
unoptimized: true,
},
};
module.exports = nextConfig;