Skip to content

Commit

Permalink
register snap script
Browse files Browse the repository at this point in the history
  • Loading branch information
narthur committed Mar 20, 2024
1 parent 14625c8 commit 9068f2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const {
const canonicalUrl = new URL(Astro.url.pathname, Astro.site);
---

<!DOCTYPE html>
<!doctype html>
<html lang="en">
<head>
<link
Expand Down Expand Up @@ -83,6 +83,7 @@ const canonicalUrl = new URL(Astro.url.pathname, Astro.site);
async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js"></script>

<script src="../scripts/snap.ts"></script>
<script src="../scripts/slideshow.ts"></script>
<script src="../scripts/hotkeys.ts"></script>

Expand Down

0 comments on commit 9068f2e

Please sign in to comment.