1 parent 3a1f8e2 commit ad69f5fCopy full SHA for ad69f5f
2 files changed
game/game-screen.ts
@@ -36,7 +36,7 @@ const kimiDef = {
36
type: "main",
37
main: "main",
38
src: "../actor/kimi/",
39
- href: "/actor/kimi/",
+ href: "./actor/kimi/",
40
}
41
42
export function GameScreen({ el, query }: Context) {
model/item.ts
@@ -17,7 +17,7 @@ const lenaDef = {
17
type: "inertial" as const,
18
moveEnd: "inertial" as const,
19
src: "../actor/lena/",
20
- href: "/actor/lena/",
+ href: "./actor/lena/",
21
22
23
export class Item implements IItem {
0 commit comments