Make all resource paths relative
Closes: https://todo.sr.ht/~emersion/gamja/17
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { html, Component } from "/lib/index.js";
|
||||
import linkify from "/lib/linkify.js";
|
||||
import { strip as stripANSI } from "/lib/ansi.js";
|
||||
import { BufferType, NetworkStatus } from "/state.js";
|
||||
import { html, Component } from "../lib/index.js";
|
||||
import linkify from "../lib/linkify.js";
|
||||
import { strip as stripANSI } from "../lib/ansi.js";
|
||||
import { BufferType, NetworkStatus } from "../state.js";
|
||||
|
||||
const UserStatus = {
|
||||
HERE: "here",
|
||||
|
||||
Reference in New Issue
Block a user