Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tinazone
/
handspew
like
18
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
065d164
handspew
/
next.config.mjs
Tina Tarighian
initial
065d164
12 days ago
raw
Copy download link
history
blame
Safe
180 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
reactStrictMode
:
true
,
env
: {
GEMINI_API_KEY
: process.
env
.
GEMINI_API_KEY
,
},
};
export
default
nextConfig;