Skip to content

Commit 5f7a3bf

Browse files
committed
chore: remove unused Pagefind Default UI script
1 parent 6b629f1 commit 5f7a3bf

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

layouts/_default/baseof.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
}}
4545
<script id="app-config" type="application/json">{{ $cfg | jsonify | safeJS }}</script>
4646

47-
<script src="/pagefind/pagefind-ui.js" defer></script>
48-
4947
{{ $app := resources.Get "js/app.js" | js.Build (dict "minify" true) | resources.Fingerprint "sha256" }}
5048
<script src="{{ $app.RelPermalink }}" integrity="{{ $app.Data.Integrity }}" defer></script>
5149

0 commit comments

Comments
 (0)