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