We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2726c1 commit 892e00aCopy full SHA for 892e00a
index.html demo/index.htmlindex.html renamed to demo/index.html
@@ -11,7 +11,7 @@
11
<body>
12
<div id="app"></div>
13
<script src="https://telegram.org/js/telegram-web-app.js"></script>
14
- <script type="module" src="./demo/main.ts"></script>
+ <script type="module" src="./main.ts"></script>
15
</body>
16
17
</html>
demo/vite.config.ts
@@ -3,12 +3,5 @@ import vue from '@vitejs/plugin-vue'
3
import pkg from '../package.json'
4
5
export default defineConfig({
6
- root: './',
7
- // keep the same name as your github repos
8
- base: `/${pkg}/`,
9
- mode: 'production',
10
plugins: [vue()],
- build: {
- outDir: './docs',
- },
})
0 commit comments