Skip to content

Commit

Permalink
chore(pagefind): remove deprecated pagefind props
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Sep 22, 2023
1 parent b27483e commit de6b676
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions _includes/layouts/base.njk
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<a href="https://openjsf.org">The OpenJS Foundation</a>
</footer>
</div>
<script src="/_pagefind/pagefind-ui.js" type="text/javascript"></script>
<script src="/pagefind/pagefind-ui.js" type="text/javascript"></script>
<script>
window.addEventListener('DOMContentLoaded', (event) => {
new PagefindUI({
Expand All @@ -164,4 +164,4 @@
})
</script>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion pagefind.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
source: _site
site: _site
glob: '{milestone,ticket}/**/*.{html}'

0 comments on commit de6b676

Please sign in to comment.