Skip to content

Commit

Permalink
Bring in sites.yaml to prevent issues on deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
anditopping committed May 31, 2024
1 parent 098a99b commit a07e88b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/sites.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
default:
name: '{{ config:app:name }}'
url: '{{ config:app:url }}'
locale: en_GB
1 change: 1 addition & 0 deletions starter-kit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export_paths:
- resources/fieldsets
- resources/forms
- resources/js/site.js
- resources/sites.yaml
- resources/users
- resources/views
- routes/web.php
Expand Down

0 comments on commit a07e88b

Please sign in to comment.