diff --git a/config/dashboard.php b/config/dashboard.php index 31a39ae..cd935b7 100644 --- a/config/dashboard.php +++ b/config/dashboard.php @@ -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/alpine@v2.x.x/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'