chore: Improve production mode stylesheet loading workflow
- Add production mode stylesheet link to master.blade.php file
This commit is contained in:
parent
e62f68f514
commit
16c945b3a6
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
<link rel="stylesheet" href="{{ config('app.font_link') }}">
|
||||
@endif
|
||||
<link rel="stylesheet" href="/assets/highlight/zenburn.css">
|
||||
@production
|
||||
<link rel="stylesheet" href="/assets/app.css">
|
||||
@endproduction
|
||||
<link rel="alternate" type="application/rss+xml" title="Blog RSS Feed" href="/blog/feed.rss">
|
||||
<link rel="alternate" type="application/atom+xml" title="Blog Atom Feed" href="/blog/feed.atom">
|
||||
<link rel="alternate" type="application/json" title="Blog JSON Feed" href="/blog/feed.json">
|
||||
|
|
Loading…
Add table
Reference in a new issue