From 74ce8e4d5cee0b7c45c39ad9296d9063bbcbbbac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Wed, 14 Aug 2024 17:35:47 +0800 Subject: [PATCH] fix: 404 --- .gitea/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index d0ac756..44384db 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -46,4 +46,5 @@ jobs: - name: Surge # pnpx surge token run: | + cp dist/index.html dist/200.html pnpx surge dist https://vue-ts-example.surge.sh --token ${{ secrets.SURGE_TOKEN }}