We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0edc4 commit 89597a0Copy full SHA for 89597a0
src/pages/index.astro
@@ -20,5 +20,5 @@ import ContactSection from '@/components/ContactSection.astro'
20
<footer class="bg-grayblue-800 py-6 text-center text-sm text-grayblue-400">
21
<p>Made with ♥️ from Chihuahua, Mexico.</p>
22
</footer>
23
- <script type="module" src="/src/scripts/fade-in-observer.js"></script>
+ <script src="@/scripts/fade-in-observer.js"></script>
24
</Layout>
tsconfig.json
@@ -9,7 +9,8 @@
9
"@/components/*": ["src/components/*"],
10
"@/layouts/*": ["src/layouts/*"],
11
"@/pages/*": ["src/pages/*"],
12
- "@/assets/*": ["src/assets/*"]
+ "@/assets/*": ["src/assets/*"],
13
+ "@/scripts/*": ["src/scripts/*"],
14
}
15
16
0 commit comments