Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
matthoffner
/
serp-chat
like
5
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cd33332
serp-chat
/
next.config.js
matt HOFFNER
cleanup
82bebab
almost 2 years ago
raw
Copy download link
history
blame
216 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
experimental
: {
appDir
:
true
,
},
output
:
"standalone"
,
images
: {
domains
: [
"upload.wikimedia.org"
],
},
};
module
.
exports
= nextConfig;