Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
anzorq
/
hf-spaces-semantic-search
like
79
Runtime error
App
Files
Files
Community
2
b43a04e
hf-spaces-semantic-search
/
next.config.js
anzorq
+docker
633a6e2
over 1 year ago
raw
Copy download link
history
blame
Safe
142 Bytes
/**
@type
{
import('next').NextConfig
} */
const
nextConfig = {
output
:
'standalone'
,
reactStrictMode
:
true
,
}
module
.
exports
= nextConfig