Skip to content

Commit

Permalink
Path fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ackava committed Feb 10, 2024
1 parent 9cd049f commit e45e2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/DevHost.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const replaceSrc = (src: string): string => {
}

const toAbsoluteUrl = (file: IFilePath, designMode?: boolean) => {
let url = `/uiv/$CURRENT$/${replaceSrc(file.dir)}/${file.name}`;
let url = `/_view/${replaceSrc(file.dir)}/${file.name}`;
if (designMode) {
if (url.indexOf("?") === -1) {
url += "?";
Expand Down

0 comments on commit e45e2f6

Please sign in to comment.