From b760db13bcda4accbe6c18463f27548ec77159dc Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih Date: Fri, 8 Dec 2023 16:32:24 +0900 Subject: [PATCH] =?UTF-8?q?fix(dev)=20=E4=B8=80=E9=83=A8=E3=81=AE=E3=82=A2?= =?UTF-8?q?=E3=82=BB=E3=83=83=E3=83=88=E3=81=8C=E8=AA=AD=E3=81=BF=E8=BE=BC?= =?UTF-8?q?=E3=81=BE=E3=82=8C=E3=81=AA=E3=81=84=E5=95=8F=E9=A1=8C=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/frontend/vite.config.local-dev.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/frontend/vite.config.local-dev.ts b/packages/frontend/vite.config.local-dev.ts index 6b4bb73ffa..6b6394a722 100644 --- a/packages/frontend/vite.config.local-dev.ts +++ b/packages/frontend/vite.config.local-dev.ts @@ -21,6 +21,8 @@ const devConfig = { target: 'http://localhost:3000/', }, '/assets': 'http://localhost:3000/', + '/static-assets': 'http://localhost:3000/', + '/client-assets': 'http://localhost:3000/', '/files': 'http://localhost:3000/', '/twemoji': 'http://localhost:3000/', '/fluent-emoji': 'http://localhost:3000/',