Update next.config.js

This commit is contained in:
Emma Ruby 2024-11-16 00:38:25 +00:00
parent 60680af467
commit a9a1c04dc8

View File

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