From d65b6143d3abfbff52ac304511a94fd48a8a954f Mon Sep 17 00:00:00 2001 From: denkiuo604 Date: Mon, 27 Nov 2023 20:44:21 +0900 Subject: [PATCH] =?UTF-8?q?URL=E7=9B=B4=E5=8F=A9=E3=81=8D=E3=81=A7404?= =?UTF-8?q?=E3=81=AB=E3=81=AA=E3=82=8B=E4=BA=8B=E8=B1=A1=E3=81=AE=E8=A7=A3?= =?UTF-8?q?=E6=B6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 3f4bcae..8d59dcb 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "type": "module", "scripts": { "dev": "vite", + "postbuild": "cp dist/index.html dist/404.html", "build": "tsc && vite build", "preview": "vite preview" },