sdfdsf
All checks were successful
Deploy / deploy-staging (push) Successful in 5s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-27 01:19:34 +02:00
parent 805f5adebf
commit d04a2214dd
2 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
</main>
<script src="<?= e(app()->assets()->versioned('/assets/js/app.js')) ?>" defer></script>
<?php asset_scripts('footer'); ?>
</body>
</html>

View File

@@ -33,6 +33,8 @@ $authUser = $auth->user();
})();
</script>
<link rel="stylesheet" href="<?= e(app()->assets()->versioned('/assets/css/app.css')) ?>">
<?php asset_styles(); ?>
<?php asset_scripts('header'); ?>
</head>
<body>
<main class="main-shell">