Remove '/public' prefix from asset paths for consistency across views
All checks were successful
Deploy Production (crewsportswear.com) / deploy (push) Successful in 2m4s

This commit is contained in:
Frank John Begornia
2025-12-31 02:04:33 +08:00
parent 43e66c7ac4
commit 4cb77e9312
9 changed files with 40 additions and 40 deletions

View File

@@ -15,22 +15,22 @@
<meta property="og:type" content="article" />
<meta property="og:title" content="CREW Apparel" />
<meta property="og:description" content="Custom Uniforms offered in a variety colors to match your team. Browse through our baseball, fastpitch, softball, lacrosse, football, volleyball and basketball gear." />
<meta property="og:image" content="{{asset('public/images/fb-share-logo.png')}}" />
<meta property="og:image" content="{{asset('/images/fb-share-logo.png')}}" />
<title>CREW Uniform Designer</title>
<!-- Bootstrap core CSS -->
<link href="{{ asset('public/assets/css/bootstrap.min.css') }}" rel="stylesheet">
<link href="{{ asset('/assets/css/bootstrap.min.css') }}" rel="stylesheet">
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<link href="{{ asset('public/assets/css/ie10-viewport-bug-workaround.css') }}" rel="stylesheet">
<link href="{{ asset('/assets/css/ie10-viewport-bug-workaround.css') }}" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="{{ asset('public/assets/css/style.css')}}" rel="stylesheet">
<link href="{{ asset('/assets/css/style.css')}}" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
<!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<script src="{{asset('public/assets/js/ie-emulation-modes-warning.js')}}"></script>
<script src="{{asset('/assets/js/ie-emulation-modes-warning.js')}}"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
@@ -40,7 +40,7 @@
<![endif]-->
<!-- font-awesome -->
<link href="{{ asset('public/assets/css/font-awesome/css/font-awesome.min.css')}}" rel="stylesheet">
<link href="{{ asset('/assets/css/font-awesome/css/font-awesome.min.css')}}" rel="stylesheet">
<!-- Social Media Share button
<script type="text/javascript" src="//platform-api.sharethis.com/js/sharethis.js#property=599bc5cf6d61950012975405&product=sticky-share-buttons"></script>-->
@@ -87,13 +87,13 @@
<!-- Bootstrap core JavaScript ================================================= !-->
<!-- Placed at the end of the document so the pages load faster -->
<!-- jquery -->
<script src="{{ asset('public/assets/js/jquery.min.js') }}"></script>
<script src="{{ asset('/assets/js/jquery.min.js') }}"></script>
<!-- bootstrap -->
<script src="{{asset('public/assets/js/bootstrap.min.js')}}"></script>]
<script src="{{asset('/assets/js/bootstrap.min.js')}}"></script>]
<!-- validate -->
<script src="https://ajax.aspnetcdn.com/ajax/jquery.validate/1.11.1/jquery.validate.min.js"></script>
<!-- custom js -->
<script src="{{ asset('public/assets/js/crew-designer.js') }}"></script>
<script src="{{ asset('/assets/js/crew-designer.js') }}"></script>
<script>
$(function(){
$(".hide-row").hide();