Skip to content

Commit

Permalink
fix: vite svg link
Browse files Browse the repository at this point in the history
  • Loading branch information
patelmilanun committed Mar 31, 2024
1 parent 0649280 commit 1fcb7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Parse-Dashboard/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ module.exports = function (config, options) {
<head>
<base href="${mountPath}v2/"/>
<meta charset="UTF-8" />
<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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Express serve</title>
<script type="module" crossorigin src="${mountPath}v2/index.bundle.js"></script>
Expand Down

0 comments on commit 1fcb7a0

Please sign in to comment.