Fix controller cleanup issues
All checks were successful
Tests / Laravel tests (pull_request) Successful in 3m24s

This commit is contained in:
2026-06-03 21:57:10 +02:00
parent 27449eabf0
commit fe47b79a25
9 changed files with 18 additions and 35 deletions

View File

@@ -134,7 +134,7 @@
© {{ date('Y') }} Roberto Guagliardo. Alle rechten voorbehouden.
</footer>
<div id="custom-cursor">
{!! file_get_contents(public_path('storage/sitiweb.svg')) !!}
{!! file_get_contents(resource_path('images/sitiweb.svg')) !!}
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>