Update next.config.js

This commit is contained in:
Emma Ruby 2024-11-16 00:36:28 +00:00
parent a41f2ec1fd
commit 60680af467

View File

@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
output: 'standalone', output: 'export',
eslint: { eslint: {
ignoreDuringBuilds: true, ignoreDuringBuilds: true,
}, },