Skip to content

Commit

Permalink
fix: publicPath (vite build --base=...)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexchasx committed Aug 23, 2023
1 parent 474cdf8 commit 66a0342
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 0 additions & 1 deletion assets/index-296141ff.css

This file was deleted.

1 change: 1 addition & 0 deletions assets/index-ced60cc9.css

Large diffs are not rendered by default.

File renamed without changes.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
crossorigin
/> -->
<title>Frontend/Fullstack Developer</title>
<script type="module" crossorigin src="/my-portfolio--vue/assets/index-2439664b.js"></script>
<link rel="stylesheet" href="/my-portfolio--vue/assets/index-296141ff.css">
<script type="module" crossorigin src="/assets/index-fb5028ee.js"></script>
<link rel="stylesheet" href="/assets/index-ced60cc9.css">
</head>
<body>
<div id="app"></div>

</body>
</html>

0 comments on commit 66a0342

Please sign in to comment.