We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0649280 commit 1fcb7a0Copy full SHA for 1fcb7a0
Parse-Dashboard/app.js
@@ -255,7 +255,7 @@ module.exports = function (config, options) {
255
<head>
256
<base href="${mountPath}v2/"/>
257
<meta charset="UTF-8" />
258
- <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" />
259
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
260
<title>Express serve</title>
261
<script type="module" crossorigin src="${mountPath}v2/index.bundle.js"></script>
0 commit comments