feat: Update next.config to export output

This commit is contained in:
mauro 🤙
2024-08-27 12:46:48 +00:00
parent a948e2f4c5
commit 8badee4776

View File

@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */ /** @type {import('next').NextConfig} */
const nextConfig = { const nextConfig = {
output: 'export',
images: { images: {
remotePatterns: [ remotePatterns: [
{ {