Skip to content

Commit

Permalink
💚 fix docs baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaubee committed Aug 26, 2021
1 parent 6b9cca7 commit 5e116b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
justify-content: center;
}
</style>
<script type="module" crossorigin src="/assets/main.2f541444.js"></script>
<link rel="modulepreload" href="/assets/vendor.7f148f7f.js">
<script type="module" crossorigin src="./assets/main.2f541444.js"></script>
<link rel="modulepreload" href="./assets/vendor.7f148f7f.js">
</head>
<body>
<scroll-viewport>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"scripts": {
"dev": "vite --host 0.0.0.0 --port 4600",
"publ": "npm publ --access public",
"build": "tsc && vite build && vite build -c .\\vite-demo.config.ts",
"build": "tsc && vite build && vite build -c .\\vite-demo.config.ts --base=./",
"vite": "vite"
},
"dependencies": {
Expand Down

0 comments on commit 5e116b3

Please sign in to comment.