Skip to content

Commit

Permalink
Fix assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
luismezaf authored May 1, 2024
1 parent 56795c3 commit 0bb2779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width"
/>
<link rel=icon type=image/png sizes=128x128 href="/favicon.ico">
<script type="module" crossorigin src="/assets/index.dbf76095.js"></script>
<link rel="stylesheet" href="/assets/index.e86d9c2e.css" />
<script type="module" crossorigin src="/k-map-app/assets/index.dbf76095.js"></script>
<link rel="stylesheet" href="/k-map-app/assets/index.e86d9c2e.css" />
</head>
<body>
<div id="q-app"></div>
Expand Down

0 comments on commit 0bb2779

Please sign in to comment.