Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
daily-co
/
RealtimeSDWebRTC
like
4
Sleeping
App
Files
Files
Community
1a7b0d4
RealtimeSDWebRTC
/
frontend
/
next.config.js
Jon Taylor
fix build
4687ea3
12 months ago
raw
Copy download link
history
blame
Safe
141 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
reactStrictMode
:
false
,
output
:
"export"
,
};
module
.
exports
= nextConfig;