Skip to content

Commit

Permalink
fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 16, 2024
1 parent 3b22639 commit 611c611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/production-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ You can control which paths are scanned by publishing the Bundle config file and

```php
'build_paths' => [
resource_path('views/**/*.blade.php')
resource_path('views'),
]
```

Expand Down

0 comments on commit 611c611

Please sign in to comment.