fix(ui): use relative paths for assets

Fixes #5623.
This commit is contained in:
Łukasz Mierzwa
2023-12-07 10:00:51 +00:00
committed by Łukasz Mierzwa
parent b81185cb01
commit 218ff27954
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## v0.118
### Fixed
- Fixed `listen:prefix` handling that was broken in v0.117 - #5623.
## v0.117
### Changed
+1
View File
@@ -4,6 +4,7 @@ import viteTsconfigPaths from "vite-tsconfig-paths";
import legacy from "@vitejs/plugin-legacy";
export default defineConfig({
base: "./",
plugins: [react(), viteTsconfigPaths(), legacy()],
server: {
open: true,