Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Hans-Den
/
nexora
like
0
Running
App
Files
Files
Community
7428ad9
nexora
/
frontend
/
next.config.mjs
ChandimaPrabath
0.0.0.4 Alpha
7428ad9
about 2 months ago
raw
Copy download link
history
blame
Safe
181 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
images
: {
domains
: [
'artworks.thetvdb.com'
,
'via.placeholder.com'
],
},
};
export
default
nextConfig;