From 020e497ca3ad8c848768b89a4654eccddb2c7c18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=84=B1=EC=97=B4?= Date: Sat, 9 Mar 2024 04:51:22 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EB=B6=88=ED=95=84=EC=9A=94=ED=95=9C=20?= =?UTF-8?q?=ED=8C=A8=ED=82=A4=EC=A7=80=20=EC=A0=9C=EA=B1=B0,=20standalone?= =?UTF-8?q?=20=EB=B9=8C=EB=93=9C=20=EC=84=A4=EC=A0=95=20(#150)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- next.config.mjs | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/next.config.mjs b/next.config.mjs index 9f17b9a38..54b849c55 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -3,7 +3,7 @@ import createNextIntlPlugin from 'next-intl/plugin'; /** @type {import('next').NextConfig} */ const nextConfig = { reactStrictMode: true, - // output: 'standalone', + output: 'standalone', logging: { fetches: { diff --git a/package.json b/package.json index 1b8dbdd1a..274b043e0 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,6 @@ }, "devDependencies": { "@svgr/webpack": "^8.1.0", - "@types/js-cookie": "^3.0.6", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.56.0",