nextjs-hf-spaces / next.config.js
NERDDISCO's picture
feat(typescript): transformed app into typescript
38c5e89
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
reactStrictMode: true,
};
module.exports = nextConfig;