File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8686 Built with <a href =" https://www.11ty.dev/" >{{ eleventy .generator }} </a ></em >
8787 </p >
8888 </footer >
89-
90- <script >{% include " javascript/animation.js" % } </script >
91-
89+ <script src =" /js/animation.js" defer ></script >
9290 <!-- This page `{{ page.url }}` was built on {% currentBuildDate %} -->
9391 <script type =" module" src =" {% getBundleFileUrl " js " %}" ></script >
92+
9493 </body >
9594</html >
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ export default async function (eleventyConfig) {
2424 . addPassthroughCopy ( {
2525 "./public/" : "/" ,
2626 } )
27- . addPassthroughCopy ( "./content/feed/pretty-atom-feed.xsl" ) ;
27+ . addPassthroughCopy ( "./content/feed/pretty-atom-feed.xsl" )
28+ . addPassthroughCopy ( "./js" ) ;
2829
2930 // Run Eleventy when these files change:
3031 // https://www.11ty.dev/docs/watch-serve/#add-your-own-watch-targets
File renamed without changes.
You can’t perform that action at this time.
0 commit comments