Skip to content

Commit 892e00a

Browse files
committed
Fix demo
1 parent f2726c1 commit 892e00a

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

index.html renamed to demo/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<body>
1212
<div id="app"></div>
1313
<script src="https://telegram.org/js/telegram-web-app.js"></script>
14-
<script type="module" src="./demo/main.ts"></script>
14+
<script type="module" src="./main.ts"></script>
1515
</body>
1616

1717
</html>

demo/vite.config.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,5 @@ import vue from '@vitejs/plugin-vue'
33
import pkg from '../package.json'
44

55
export default defineConfig({
6-
root: './',
7-
// keep the same name as your github repos
8-
base: `/${pkg}/`,
9-
mode: 'production',
106
plugins: [vue()],
11-
build: {
12-
outDir: './docs',
13-
},
147
})

0 commit comments

Comments
 (0)