mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-03 17:54:14 +02:00
Use relative path for pagefind JS
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
de25ba5265
commit
1c2e58d66f
|
|
@ -25,7 +25,7 @@ search backend.
|
||||||
"use strict";
|
"use strict";
|
||||||
|
|
||||||
$(document).ready(async function () {
|
$(document).ready(async function () {
|
||||||
const pagefind = await import("/pagefind/pagefind.js");
|
const pagefind = await import("./pagefind/pagefind.js");
|
||||||
const $searchInput = $(".td-search input");
|
const $searchInput = $(".td-search input");
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue