Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Trudy
/
gemini-codrawing
like
127
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4070cfc
gemini-codrawing
/
next.config.js
Trudy
Removed save file bug
4070cfc
3 days ago
raw
Copy download link
history
blame
Safe
143 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
reactStrictMode
:
true
,
output
:
'standalone'
};
module
.
exports
= nextConfig;