Skip to content

Commit

Permalink
Fix GH Pages path
Browse files Browse the repository at this point in the history
  • Loading branch information
niespodd committed Jun 8, 2021
1 parent dfcc15e commit e1396e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tester/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>
3 changes: 2 additions & 1 deletion tester/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default defineConfig({
},
build: {
target: 'es2015',
outDir: './../docs/'
outDir: './../docs/',
},
base: ''
})

0 comments on commit e1396e5

Please sign in to comment.