transformersjs-playground / next.config.mjs
cfahlgren1's picture
cfahlgren1 HF staff
dockerize, add category pages, and footer
297c500
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "standalone",
reactStrictMode: true,
};
export default nextConfig;