Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
enzostvs/space-shuffler
DeathDaDev
/
space-browser
like
0
Sleeping
App
Files
Files
Community
ccb908b
space-browser
/
next.config.mjs
enzostvs
HF staff
initial commit
f70bb71
4 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;