From 85f116231e40cd43343a62c0e4e9db1284f304e2 Mon Sep 17 00:00:00 2001 From: kareraolivier Date: Mon, 18 Mar 2024 15:16:41 +0200 Subject: [PATCH] feat: project deployment --- .github/workflows/{nextjs.yml => deployment.yml} | 0 next.config.js | 3 --- 2 files changed, 3 deletions(-) rename .github/workflows/{nextjs.yml => deployment.yml} (100%) diff --git a/.github/workflows/nextjs.yml b/.github/workflows/deployment.yml similarity index 100% rename from .github/workflows/nextjs.yml rename to .github/workflows/deployment.yml diff --git a/next.config.js b/next.config.js index 98f833a..2e1c9f1 100644 --- a/next.config.js +++ b/next.config.js @@ -4,9 +4,6 @@ const nextConfig = { reactStrictMode: false, output: "export", - images: { - unoptimized: true, - }, }; module.exports = nextConfig;