Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

Commit d64780c

Browse files
authored
chore: Adjust pagefind asset locations (#152)
1 parent f2937b9 commit d64780c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/partials/head-scripts.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@
2222
-->
2323
{{/with}}
2424
<script>var uiRootPath = '{{{uiRootPath}}}'</script>
25-
<script src="/pagefind/pagefind-modular-ui.js"></script>
25+
<script src="/_/pagefind/pagefind-modular-ui.js"></script>

src/partials/head-styles.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<link rel="stylesheet" href="{{{uiRootPath}}}/css/site.css">
2-
<link rel="stylesheet" href="/pagefind/pagefind-modular-ui.css">
2+
<link rel="stylesheet" href="/_/pagefind/pagefind-modular-ui.css">

0 commit comments

Comments
 (0)