From 9926747d37a286658a9c2e51187a9313b7317f8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anna-Sara=20S=C3=A9lea?= Date: Tue, 13 May 2025 21:15:16 +0200 Subject: [PATCH] Test cdn --- config/filesystems.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/filesystems.php b/config/filesystems.php index 1563a86..127b33e 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -40,8 +40,8 @@ return [ 'public' => [ 'driver' => 'local', 'root' => storage_path('app/public/'), - //'url' => env('APP_URL').'/storage', - 'url' => 'media.boka.vbytes.se', + 'url' => env('APP_URL').'/storage', + //'url' => 'media.boka.vbytes.se', 'visibility' => 'public', 'throw' => false, ],