From 87fe2b45b368c1a1196705025b7e8018142c03c1 Mon Sep 17 00:00:00 2001 From: Hwichul Shin Date: Sat, 23 Nov 2024 15:52:01 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B0=B0=ED=8F=AC=20=EC=84=A4=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.js | 5 +++++ public/_redirects | 1 + 2 files changed, 6 insertions(+) create mode 100644 public/_redirects diff --git a/next.config.js b/next.config.js index 3efdba76c..6cdc58f26 100644 --- a/next.config.js +++ b/next.config.js @@ -25,6 +25,11 @@ const nextConfig = { compiler: { styledComponents: true, }, + + output: "export", + images: { + unoptimized: true, + }, }; module.exports = nextConfig; diff --git a/public/_redirects b/public/_redirects new file mode 100644 index 000000000..50a463356 --- /dev/null +++ b/public/_redirects @@ -0,0 +1 @@ +/* /index.html 200 \ No newline at end of file