Skip to content

Commit ad69f5f

Browse files
committed
fix: resource refs
1 parent 3a1f8e2 commit ad69f5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

game/game-screen.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const kimiDef = {
3636
type: "main",
3737
main: "main",
3838
src: "../actor/kimi/",
39-
href: "/actor/kimi/",
39+
href: "./actor/kimi/",
4040
}
4141

4242
export function GameScreen({ el, query }: Context) {

model/item.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const lenaDef = {
1717
type: "inertial" as const,
1818
moveEnd: "inertial" as const,
1919
src: "../actor/lena/",
20-
href: "/actor/lena/",
20+
href: "./actor/lena/",
2121
}
2222

2323
export class Item implements IItem {

0 commit comments

Comments
 (0)