fix css file path
All checks were successful
Deploy / Deploy to Production (push) Successful in 18s

This commit is contained in:
isUnknown 2026-03-05 17:33:51 +01:00
parent b1e4f50c9c
commit 544a74a340

View file

@ -22,7 +22,7 @@
<?php if (file_exists('assets/dist')): ?>
<!-- Production: Load compiled assets -->
<script type="module" src="<?= url('assets/dist/index.js') ?>" defer></script>
<link rel="stylesheet" href="<?= url('assets/dist/index.css') ?>">
<link rel="stylesheet" href="<?= url('assets/dist/main.css') ?>">
<?php else: ?>
<!-- Development: Load from Vite dev server -->
<script type="module" src="http://localhost:5173/@vite/client" defer></script>