Make all resource paths relative
Closes: https://todo.sr.ht/~emersion/gamja/17
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { html, Component } from "/lib/index.js";
|
||||
import { getNickURL } from "/state.js";
|
||||
import { html, Component } from "../lib/index.js";
|
||||
import { getNickURL } from "../state.js";
|
||||
|
||||
class MemberItem extends Component {
|
||||
constructor(props) {
|
||||
|
||||
Reference in New Issue
Block a user