set up proper prod env

This commit is contained in:
Ben Goldsworthy 2024-02-18 12:16:12 +00:00
parent 35f00901e2
commit c9eada0388
8 changed files with 2683 additions and 1521 deletions

View file

@ -18,5 +18,6 @@
<script src="https://unpkg.com/leaflet@1.8.0/dist/leaflet.js"
integrity="sha512-BB3hKbKWOc9Ez/TAwyWxNXeoV9c1v6FIeYiBieIWkpLjauysF18NzgR1MBNBXf8/KABdlkX68nAhlwcDFLGPCQ=="
crossorigin=""></script>
<link rel="stylesheet" href="/css/app.css" />
@vite(['resources/css/app.css', 'resources/js/app.js'])
</head>