From 3d293a5a46cd6df0238a671b1b8b40c58d2a95d0 Mon Sep 17 00:00:00 2001 From: Ryan Wang Date: Wed, 26 Oct 2022 15:36:10 +0800 Subject: [PATCH] fix: logo cannot be displayed after the build (halo-dev/console#668) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #### What type of PR is this? /kind bug /milestone 2.0 #### What this PR does / why we need it: 修复在 `vite build` 之后无法加载 Logo 的问题。 #### Special notes for your reviewer: 测试方式: 1. `pnpm build` 2. `pnpm preview` 3. 检查登录页面的 Logo 是否正常加载。 #### Does this PR introduce a user-facing change? ```release-note None ``` --- src/assets/logo.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/logo.svg b/src/assets/logo.svg index 86fbed95e..6ecadc235 100644 --- a/src/assets/logo.svg +++ b/src/assets/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file