RealtimeSDWebRTC / frontend /next.config.js
Jon Taylor
fix build
4687ea3
raw
history blame
141 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: false,
output: "export",
};
module.exports = nextConfig;