Skip to content

Commit

Permalink
Merge pull request #106 from AhsanShabbir/bug-fix
Browse files Browse the repository at this point in the history
fix asset paths
  • Loading branch information
joedixon authored Apr 13, 2020
2 parents 68e3ce2 + 359f5da commit 4a46739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/views/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name') }}</title>
<link rel="stylesheet" href="/vendor/translation/css/main.css">
<link rel="stylesheet" href="{{ asset('/vendor/translation/css/main.css') }}">
</head>
<body>

Expand All @@ -19,6 +19,6 @@

</div>

<script src="/vendor/translation/js/app.js"></script>
<script src="{{ asset('/vendor/translation/js/app.js') }}"></script>
</body>
</html>
</html>

0 comments on commit 4a46739

Please sign in to comment.