DocuRAG / App /my-app /next.config.mjs
abadesalex's picture
UI
819bacd
raw
history blame
151 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
// other configurations can go here
};
export default nextConfig;