Refactor asset paths to remove '/public' prefix for consistency across views

This commit is contained in:
Frank John Begornia
2025-12-31 01:53:42 +08:00
parent e1ac5bd2a5
commit 1b645de66e
9 changed files with 94 additions and 94 deletions

View File

@@ -50,7 +50,7 @@
<!-- Social Media Share button
<script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=599bc5cf6d61950012975405&product=sticky-share-buttons"></script>-->
<link href="{{asset('/public/designer/css/build.css')}}" rel="stylesheet">
<link href="{{asset('/designer/css/build.css')}}" rel="stylesheet">
<style>
</style>