Move script to a subfolder
This commit is contained in:
parent
cded0a9cbb
commit
9d59cad84b
2 changed files with 1 additions and 1 deletions
|
@ -133,4 +133,4 @@ const { prefilledInstance } = Astro.props;
|
|||
return true;
|
||||
});
|
||||
</script>
|
||||
<script src="../fetch-instances.ts" async defer></script>
|
||||
<script src="../scripts/fetch-instances.ts"></script>
|
||||
|
|
Reference in a new issue