Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Hans-Den
/
nexora
like
0
Running
App
Files
Files
Community
3529dfb
nexora
/
frontend
/
next.config.mjs
ChandimaPrabath
api fix
03769d0
3 months ago
raw
Copy download link
history
blame
Safe
159 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
images
: {
domains
: [
'artworks.thetvdb.com'
],
},
};
export
default
nextConfig;