diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-14 18:22:31 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2023-08-14 18:22:31 +0200 |
commit | 9695158014c803c192f30dbd967d2200edce0250 (patch) | |
tree | f6272ed6bc554f8dcf8aac48f7b3502978df9e7d /frontend | |
parent | 12cdf9bd11da1573bbfde4a0736090ed2fc3efde (diff) | |
download | fastbangs-9695158014c803c192f30dbd967d2200edce0250.tar fastbangs-9695158014c803c192f30dbd967d2200edce0250.tar.bz2 fastbangs-9695158014c803c192f30dbd967d2200edce0250.tar.zst |
bundle fuse.js
Diffstat (limited to 'frontend')
-rw-r--r-- | frontend/start.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/start.ts b/frontend/start.ts index 89ec78e..71c1923 100644 --- a/frontend/start.ts +++ b/frontend/start.ts @@ -1,7 +1,7 @@ import { e } from "./helper.ts" import { bangs } from "./query.ts" import { status } from "./ui.ts" -import Fuse from "https://cdn.jsdelivr.net/npm/fuse.js@6.6.2/dist/fuse.esm.js" +import Fuse from "./fuse.js" export function section_info_start() { return e("section", { class: "info" }, |