Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Commit

Permalink
2.0.2 - Versions CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
marky291 committed Oct 1, 2019
1 parent 7607511 commit 5ad918e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
| and that deployments are loading the correct filesource.
|
*/
'version' => '2.0.1',
'version' => '2.0.2',

/*
|--------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion resources/views/layouts/master.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<meta name="keywords" content="listings, ragnarok, ro, online, private servers, private server, vote, vote4points, top 100, official rate, low rate, pk, roleplaying, mid rate, high rate, super high rate, server, mmorpg, rpg">

<link href="@yield('canonical', '')" rel="canonical">
<link rel="stylesheet" href="{{ url('css/app.css') }}">
<link rel="stylesheet" href="{{ mix('/css/app.css') }}">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700">
{{-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous">--}}
</head>
Expand Down
2 changes: 1 addition & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ mix.webpackConfig({

mix.js('resources/js/app.js', 'public/js').version();

mix.sass('resources/sass/app.scss', 'public/css').tailwind();
mix.sass('resources/sass/app.scss', 'public/css').tailwind().version();

0 comments on commit 5ad918e

Please sign in to comment.