Skip to content

Commit 6871d77

Browse files
committed
fix: vite svg link
1 parent 425c37d commit 6871d77

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
@@ -1167,7 +1167,7 @@ You have direct access to the Parse database through function calls, so you can
11671167
<head>
11681168
<base href="${mountPath}v2/"/>
11691169
<meta charset="UTF-8" />
1170-
<link rel="icon" type="image/svg+xml" href="${mountPath}v2/vite.bundle.svg" />
1170+
<link rel="icon" type="image/svg+xml" href="${mountPath}v2/vite.svg" />
11711171
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
11721172
<title>Express serve</title>
11731173
<script type="module" crossorigin src="${mountPath}v2/index.bundle.js"></script>

0 commit comments

Comments
 (0)