Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
imweijh
/
quick-swift-tool
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3795663
quick-swift-tool
/
next.config.js
imweijh
Upload next.config.js with huggingface_hub
dc44d57
verified
about 1 month ago
raw
Copy download link
history
blame
Safe
141 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
reactStrictMode
:
true
,
output
:
'standalone'
,
}
module
.
exports
= nextConfig