Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mistral-AI-Game-Jam
/
DefendDaniel2
like
7
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
00373d6
DefendDaniel2
/
next.config.js
rolexx
wip
e49fcf4
13 days ago
raw
Copy download link
history
blame
Safe
257 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
images
: {
remotePatterns
: [
{
protocol
:
'https'
,
hostname
:
'ik.imagekit.io'
,
pathname
:
'/z0tzxea0wgx/**'
,
},
],
},
};
module
.
exports
= nextConfig;