Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Asman2010
/
Perplexica
like
0
No application file
App
Files
Files
Community
7d47d8c
Perplexica
/
ui
/
next.config.mjs
Asman2010
Upload 65 files
f5ed9bf
verified
7 months ago
raw
Copy download link
history
blame
Safe
214 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
images
: {
remotePatterns
: [
{
hostname
:
's2.googleusercontent.com'
,
},
],
},
};
export
default
nextConfig;