From 8badee4776e7d2670268287112f3c48c85960b48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= <91018726+mauro-balades@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:46:48 +0000 Subject: [PATCH] feat: Update next.config to export output --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index 54ad34f..d7c67b0 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,5 +1,6 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + output: 'export', images: { remotePatterns: [ {