Skip to content

Commit

Permalink
fix env check
Browse files Browse the repository at this point in the history
  • Loading branch information
Gummibeer committed Aug 28, 2024
1 parent ccbcf7a commit 9b6ec42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/components/elements/imgix.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
/>
@endenv

@env('prod')
@production
<x-imgix {{ $attributes }} />
@endenv
@endproduction

0 comments on commit 9b6ec42

Please sign in to comment.