Skip to content

Commit aeb6ff9

Browse files
committed
chore(pagefind): update usage of pagefind
1 parent a17981b commit aeb6ff9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

_includes/layouts/base.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
<a href="https://openjsf.org">The OpenJS Foundation</a>
139139
</footer>
140140
</div>
141-
<script src="/_pagefind/pagefind-ui.js" type="text/javascript"></script>
141+
<script src="/pagefind/pagefind-ui.js" type="text/javascript"></script>
142142
<script>
143143
window.addEventListener('DOMContentLoaded', (event) => {
144144
new PagefindUI({
@@ -152,4 +152,4 @@
152152
})
153153
</script>
154154
</body>
155-
</html>
155+
</html>

pagefind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
source: _site
1+
site: _site
22
glob: '{milestone,ticket}/**/*.{html}'

0 commit comments

Comments
 (0)