From f5b457f2c70ea85eeebbc44cde27110a18df82b7 Mon Sep 17 00:00:00 2001 From: kagol Date: Fri, 8 Oct 2021 19:31:50 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A7=A3=E5=86=B3=E9=83=A8=E7=BD=B2?= =?UTF-8?q?=E4=B9=8B=E5=90=8Elogo=E7=BC=BA=E5=A4=B1=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 704c0528..8595ff13 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "scripts": { "dev": "vitepress dev docs", - "build": "vitepress build docs", + "build": "vitepress build docs && cp public/* docs/.vitepress/dist/assets", "serve": "vitepress serve docs", "app:dev": "vite", "app:build": "vite build", -- Gitee