hf-spaces-semantic-search / next.config.js
anzorq's picture
init
44b3489
raw
history blame
No virus
118 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig