We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dfd467 commit d45c218Copy full SHA for d45c218
3 files changed
package.json
@@ -12,7 +12,7 @@
12
"ui"
13
],
14
"scripts": {
15
- "build-search-index": "npx pagefind --site build/site --output-subdir _/pagefind"
+ "build-search-index": "npx pagefind --site build/site"
16
},
17
"engines": {
18
"node": ">= 24.0.0"
ui/src/partials/head-scripts.hbs
@@ -22,4 +22,4 @@
22
-->
23
{{/with}}
24
<script>var uiRootPath = '{{{uiRootPath}}}'</script>
25
- <script src="/_/pagefind/pagefind-modular-ui.js"></script>
+ <script src="/pagefind/pagefind-modular-ui.js"></script>
ui/src/partials/head-styles.hbs
@@ -1,2 +1,2 @@
1
<link rel="stylesheet" href="{{{uiRootPath}}}/css/site.css">
2
- <link rel="stylesheet" href="/_/pagefind/pagefind-modular-ui.css">
+ <link rel="stylesheet" href="/pagefind/pagefind-modular-ui.css">
0 commit comments