Skip to content

Commit

Permalink
Added relative path to building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sorin Gitlan committed May 5, 2022
1 parent 24b7c37 commit bb1e6f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>V3 Transtions</title>
<script type="module" crossorigin src="/assets/index.0220625f.js"></script>
<link rel="stylesheet" href="/assets/index.4a4166fb.css">
<script type="module" crossorigin src="./assets/index.0220625f.js"></script>
<link rel="stylesheet" href="./assets/index.4a4166fb.css">
</head>
<body>
<div id="app"></div>
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"scripts": {
"dev": "vite --force",
"build": "vue-tsc --noEmit && vite build",
"build": "vue-tsc --noEmit && vite build --base=./",
"preview": "vite preview"
},
"dependencies": {
Expand Down

0 comments on commit bb1e6f0

Please sign in to comment.