Skip to content

Commit 1fcb7a0

Browse files
committed
fix: vite svg link
1 parent 0649280 commit 1fcb7a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse-Dashboard/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ module.exports = function (config, options) {
255255
<head>
256256
<base href="${mountPath}v2/"/>
257257
<meta charset="UTF-8" />
258-
<link rel="icon" type="image/svg+xml" href="${mountPath}v2/vite.bundle.svg" />
258+
<link rel="icon" type="image/svg+xml" href="${mountPath}v2/vite.svg" />
259259
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
260260
<title>Express serve</title>
261261
<script type="module" crossorigin src="${mountPath}v2/index.bundle.js"></script>

0 commit comments

Comments
 (0)