hopefully this works

This commit is contained in:
sundae 2025-09-09 18:29:56 +03:00
parent 8d1e1de894
commit d2354910c0
No known key found for this signature in database
2 changed files with 7 additions and 5 deletions

2
_src/assets/js/path.js Normal file
View file

@ -0,0 +1,2 @@
/* this is for neocities. if you self-host, there's no need to use this hack */
export const audioPath = "https://bunsin.space/forgejo/sundae/website/raw/branch/main/_src/assets/audio/";

View file

@ -133,12 +133,12 @@ icon: "M12 20 L12 30 4 30 4 12 16 2 28 12 28 30 20 30 20 20 Z"
</li>
{%endfor%}
</ul>
<script src="/assets/js/cat.js"></script>
<script src="/assets/js/fox.js"></script>
<script src="/assets/js/bob.js"></script>
<script src="/assets/js/piss.js"></script>
<script src="/assets/js/cat.js" type="module"></script>
<script src="/assets/js/fox.js" type="module"></script>
<script src="/assets/js/bob.js" type="module"></script>
<script src="/assets/js/piss.js" type="module"></script>
</nav>
<div id="pkmn" aria-label="Randomized list of my favorite Pokémon">
<script src="/assets/js/poke.js"></script>
<script src="/assets/js/poke.js" type="module"></script>
</div>
</article>