Skip to content

Commit

Permalink
Move cleanPageUrl to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermercer committed Jan 23, 2025
1 parent ccd8295 commit 459fa8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/layouts/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ const description = unMarkdown(descriptionRaw);
</body>
</html>
<script>
import cleanPageUrl from "../utils/cleanPageUrl";
import cleanPageUrl from "lib/utils/cleanPageUrl";
import logCommitHash from "lib/utils/logCommitHash";
cleanPageUrl();
logCommitHash();
Expand Down

0 comments on commit 459fa8b

Please sign in to comment.