Skip to content

Commit

Permalink
baseUrl to ./
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangnanscu committed Oct 20, 2024
1 parent 1d0192d commit 5eb8465
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@xiangnanscu/lua2js",
"version": "0.32.0",
"version": "0.33.0",
"main": "src/lua2js.mjs",
"type": "module",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import vue from '@vitejs/plugin-vue'

// https://vitejs.dev/config/
export default defineConfig({
base:'/lua2js/',
base:'./',
plugins: [vue()]
})

0 comments on commit 5eb8465

Please sign in to comment.