Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
failfast
/
nextjs-hf-spaces
like
9
Runtime error
App
Files
Files
Community
1
413bcf2
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;