hf-spaces-semantic-search / next.config.js
anzorq's picture
+docker
633a6e2
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
reactStrictMode: true,
}
module.exports = nextConfig