We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 083ebc6 commit a034caeCopy full SHA for a034cae
_includes/layouts/base.njk
@@ -86,7 +86,7 @@
86
Built with <a href="https://www.11ty.dev/">{{ eleventy.generator }}</a></em>
87
</p>
88
</footer>
89
- <script src="{{ '/javascript/animation.js' | url }}" defer></script> 6
+ <script src="{{ '/js/animation.js' | url }}" defer></script> 6
90
<!-- This page `{{ page.url }}` was built on {% currentBuildDate %} -->
91
<script type="module" src="{% getBundleFileUrl "js" %}"></script>
92
0 commit comments