transformersjs-playground / next.config.mjs
cfahlgren1's picture
cfahlgren1 HF staff
styling, build
b9b05e2
raw
history blame
136 Bytes
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
distDir: 'dist',
};
export default nextConfig;