Make all resource paths relative
Closes: https://todo.sr.ht/~emersion/gamja/17
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { anchorme, html } from "/lib/index.js";
|
||||
import { anchorme, html } from "./index.js";
|
||||
|
||||
export default function linkify(text) {
|
||||
var links = anchorme.list(text);
|
||||
|
||||
Reference in New Issue
Block a user