Skip to content

Commit

Permalink
Update dashboard.php
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored Jul 8, 2020
1 parent 4309fcd commit e1af260
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@

/*
* When the dashboard uses the `auto` theme, these coordinates will be used
* to determine whether the sun is up or down
* to determine whether the sun is up or down.
*/
'auto_theme_location' => [
'lat' => 51.260197,
'lng' => 4.402771,
],

/**
* External script libraries
/*
* These scripts will be loaded when the dashboard is displayed.
*/
'scripts' => [
'alpinejs' => 'https://cdn.jsdelivr.net/gh/alpinejs/[email protected]/dist/alpine.min.js',
],

/**
* External css libraries
/*
* These stylesheets will be loaded when the dashboard is displayed.
*/
'stylesheets' => [
'inter' => 'https://rsms.me/inter/inter.css'
Expand Down

0 comments on commit e1af260

Please sign in to comment.