Skip to content

Commit b658a57

Browse files
committedFeb 17, 2024·
Fix deploy
1 parent 3912bac commit b658a57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"test:size": "size-limit",
1717
"test": "pnpm run /^test:/",
1818
"start": "vite test/demo/",
19-
"build": "vite build test/demo/"
19+
"build": "vite build --base ./ test/demo/"
2020
},
2121
"author": "Andrey Sitnik <andrey@sitnik.ru>",
2222
"license": "MIT",

‎test/demo/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>KeyUX</title>
6+
<title>KeyUX Demo</title>
77
<style>
88
:focus-visible {
99
z-index: 10;

0 commit comments

Comments
 (0)
Please sign in to comment.