Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tinazone
/
handspew
like
18
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
handspew
/
next.config.mjs
Tina Tarighian
config
6044c4d
9 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
210 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
reactStrictMode
:
true
,
output
:
'standalone'
,
images
: {
domains
: [
'localhost'
],
unoptimized
:
true
,
},
};
export
default
nextConfig;