Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
space-shuffler
like
9
Sleeping
App
Files
Files
Community
16d591d
space-shuffler
/
next.config.mjs
enzostvs
HF staff
initial commit
f70bb71
3 months ago
raw
Copy download link
history
blame
Safe
205 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
images
: {
remotePatterns
: [
{
protocol
:
"https"
,
hostname
:
"**"
}
],
},
};
export
default
nextConfig;