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