settings: move base to /las/
This commit is contained in:
parent
8db6007f4d
commit
12eb75f04d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ const commitHash = cp.execSync("git rev-parse --short HEAD").toString();
|
|||
// https://vitejs.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [svelte()],
|
||||
base: "",
|
||||
base: "/las/",
|
||||
define: {
|
||||
__COMMIT_HASH__: JSON.stringify(commitHash),
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue