Use relative path for pagefind JS

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Johannes Marbach 2026-03-24 10:17:37 +01:00 committed by GitHub
parent de25ba5265
commit 1c2e58d66f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,7 @@ search backend.
"use strict";
$(document).ready(async function () {
const pagefind = await import("/pagefind/pagefind.js");
const pagefind = await import("./pagefind/pagefind.js");
const $searchInput = $(".td-search input");
//