Skip to content

Commit de6b676

Browse files
committed
chore(pagefind): remove deprecated pagefind props
1 parent b27483e commit de6b676

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
@@ -150,7 +150,7 @@
150150
<a href="https://openjsf.org">The OpenJS Foundation</a>
151151
</footer>
152152
</div>
153-
<script src="/_pagefind/pagefind-ui.js" type="text/javascript"></script>
153+
<script src="/pagefind/pagefind-ui.js" type="text/javascript"></script>
154154
<script>
155155
window.addEventListener('DOMContentLoaded', (event) => {
156156
new PagefindUI({
@@ -164,4 +164,4 @@
164164
})
165165
</script>
166166
</body>
167-
</html>
167+
</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)