Move script to a subfolder

This commit is contained in:
Nikita Karamov 2023-03-26 16:55:10 +02:00
parent 4f264dee4b
commit 9c24672d3a
No known key found for this signature in database
GPG Key ID: 41D6F71EE78E77CD
2 changed files with 1 additions and 1 deletions

View File

@ -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>