fix: Fixed browser referencing main and getting called twice when in dev mode
This commit is contained in:
parent
a78e75335f
commit
7c10f4e4c2
4 changed files with 16 additions and 11 deletions
|
|
@ -464,7 +464,7 @@ const assets = new Set<string>([
|
|||
]);
|
||||
|
||||
// Store basePath resolved from Vite config
|
||||
const BASE_PATH = "/";
|
||||
const BASE_PATH = "./";
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue