RealtimeSDWebRTC / frontend /next.config.js
Jon Taylor
added next and node
94f1dbe
raw
history blame
115 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
};
module.exports = nextConfig;