This commit is contained in:
parent
b1e4f50c9c
commit
544a74a340
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@
|
||||||
<?php if (file_exists('assets/dist')): ?>
|
<?php if (file_exists('assets/dist')): ?>
|
||||||
<!-- Production: Load compiled assets -->
|
<!-- Production: Load compiled assets -->
|
||||||
<script type="module" src="<?= url('assets/dist/index.js') ?>" defer></script>
|
<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: ?>
|
<?php else: ?>
|
||||||
<!-- Development: Load from Vite dev server -->
|
<!-- Development: Load from Vite dev server -->
|
||||||
<script type="module" src="http://localhost:5173/@vite/client" defer></script>
|
<script type="module" src="http://localhost:5173/@vite/client" defer></script>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue