Skip to content

Commit

Permalink
fix: more paths
Browse files Browse the repository at this point in the history
  • Loading branch information
redonkulus committed Sep 17, 2024
1 parent 1b771fe commit 9a12761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/js/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ import lunr from 'lunr';
});

// load lunr db
const LUNR_DB = '/assets/lunr.json';
const LUNR_DB = '/atomizer/assets/lunr.json';
const resp = await fetch(LUNR_DB, {
method: 'GET',
credentials: 'same-origin',
Expand Down
2 changes: 1 addition & 1 deletion docs/reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ You can also [learn about the syntax]({% link guides/syntax.md %}), [look at som

<div id="reference-app"></div>

<script src="/assets/js/main.js"></script>
<script src="/atomizer/assets/js/main.js"></script>
2 changes: 1 addition & 1 deletion docs/repl.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,4 @@ title: Hello world - REPL

</div>

<script src="/assets/js/repl.js"></script>
<script src="/atomizer/assets/js/repl.js"></script>

0 comments on commit 9a12761

Please sign in to comment.