Skip to content

Commit

Permalink
fix(ui): use relative paths for assets
Browse files Browse the repository at this point in the history
Fixes #5623.
  • Loading branch information
prymitive committed Dec 7, 2023
1 parent b81185c commit 218ff27
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.118

### Fixed

- Fixed `listen:prefix` handling that was broken in v0.117 - #5623.

## v0.117

### Changed
Expand Down
1 change: 1 addition & 0 deletions ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 218ff27

Please sign in to comment.