summaryrefslogtreecommitdiff
path: root/src/pages/index.astro
diff options
context:
space:
mode:
authorseth <[email protected]>2023-05-20 02:33:17 -0400
committerseth <[email protected]>2023-05-20 02:33:58 -0400
commitd0ad2e5d16f62c9a45dafc3eacc814a3b9013d08 (patch)
tree9f28500ce0407126597e987db44c681cabe7abe9 /src/pages/index.astro
parent63c4f174c849a41eb0c2b5fc7470151dd1f0277c (diff)
rewrite everything in typescript
Diffstat (limited to 'src/pages/index.astro')
-rw-r--r--src/pages/index.astro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro
index c127916..cbf7d69 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -6,7 +6,7 @@ const description = title;
---
<Index title={title} description={description}>
- <script type="module" src="/js/chrisApp.js"></script>
+ <script src="../scripts/chrisApp.ts"></script>
<h1 class="bg-base w-fit h-fit mx-auto rounded p-5 text-text">
<b>getchoo's website 🚀</b>
</h1>