RealtimeSDWebRTC / frontend /next.config.js
Jon Taylor
added window check
b22027f
raw
history blame
150 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
reactProductionProfiling: false,
};
module.exports = nextConfig;