We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c5478a commit 371dd10Copy full SHA for 371dd10
resources/views/welcome.blade.php
@@ -7,7 +7,7 @@
7
<!-- Fonts -->
8
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap" rel="stylesheet">
9
<!-- Main CSS -->
10
- <link href="/css/app.css" rel="stylesheet">
+ <link type="text/css" rel="stylesheet" href="{{ mix('css/app.css') }}">
11
</head>
12
<body class="antialiased">
13
<div class="relative flex justify-center min-h-screen bg-gray-100 items-top dark:bg-gray-900 sm:items-center sm:pt-0">
@@ -33,6 +33,6 @@
33
<div class="text-white bg-black">White text</div>
34
</div>
35
36
- <script src="/js/app.js"></script>
+ <script src="{{ mix('js/app.js') }}"></script>
37
</body>
38
</html>
0 commit comments