Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
failfast/nextjs-hf-spaces
banned-historical-archives
/
nextjs-hf-spaces
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
65d87c5
nextjs-hf-spaces
/
next.config.js
NERDDISCO
feat(typescript): transformed app into typescript
38c5e89
over 1 year ago
raw
Copy download link
history
blame
Safe
144 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
"standalone"
,
reactStrictMode
:
true
,
};
module
.
exports
= nextConfig;