Hopefully fix snow on prod

This commit is contained in:
Jonny Barnes 2023-12-17 14:55:36 +00:00
parent 4123e73ee0
commit 442c2061e8
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@
<!--scripts go here when needed-->
@section('scripts')
<script type="module" src="/assets/frontent/is-land.js"></script>
<script type="module" src="/assets/frontend/is-land.js"></script>
<script type="module" src="/assets/frontend/snow-fall.js"></script>
<script src="/assets/app.js"></script>
@show