We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3912bac commit b658a57Copy full SHA for b658a57
package.json
@@ -16,7 +16,7 @@
16
"test:size": "size-limit",
17
"test": "pnpm run /^test:/",
18
"start": "vite test/demo/",
19
- "build": "vite build test/demo/"
+ "build": "vite build --base ./ test/demo/"
20
},
21
"author": "Andrey Sitnik <andrey@sitnik.ru>",
22
"license": "MIT",
test/demo/index.html
@@ -3,7 +3,7 @@
3
<head>
4
<meta charset="UTF-8" />
5
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>KeyUX</title>
+ <title>KeyUX Demo</title>
7
<style>
8
:focus-visible {
9
z-index: 10;
0 commit comments