We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 425c37d commit 6871d77Copy full SHA for 6871d77
Parse-Dashboard/app.js
@@ -1167,7 +1167,7 @@ You have direct access to the Parse database through function calls, so you can
1167
<head>
1168
<base href="${mountPath}v2/"/>
1169
<meta charset="UTF-8" />
1170
- <link rel="icon" type="image/svg+xml" href="${mountPath}v2/vite.bundle.svg" />
+ <link rel="icon" type="image/svg+xml" href="${mountPath}v2/vite.svg" />
1171
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
1172
<title>Express serve</title>
1173
<script type="module" crossorigin src="${mountPath}v2/index.bundle.js"></script>
0 commit comments