Skip to content

Commit

Permalink
added .js extention
Browse files Browse the repository at this point in the history
  • Loading branch information
iozcelik committed Apr 7, 2022
1 parent b68efe9 commit 8383a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/search.astro
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ import PageLayout from "../layouts/PageLayout.astro";
<script hoist type="module">
import Fuse from "fuse.js";
import Config from "../sarissa.config.cjs";
import { formatDate } from "../sarissaUtils";
import { formatDate } from "../sarissaUtils.js";

var response = await fetch("searchindex.json");
const data = await response.json();
Expand Down

0 comments on commit 8383a6e

Please sign in to comment.