From 506925b5f8893dff37d16800f776f6f3608ef685 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 25 Nov 2021 16:24:26 +0100 Subject: [PATCH] wait #4913 @0.5 --- config/backpack/base.php | 4 ++-- updateodl | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/backpack/base.php b/config/backpack/base.php index 6a0288b..a2a3648 100644 --- a/config/backpack/base.php +++ b/config/backpack/base.php @@ -109,10 +109,10 @@ return [ // change background color with bg-dark, bg-primary, bg-secondary, bg-danger, bg-warning, bg-success, bg-info, bg-blue, bg-light-blue, bg-indigo, bg-purple, bg-pink, bg-red, bg-orange, bg-yellow, bg-green, bg-teal, bg-cyan, bg-white // Developer or company name. Shown in footer. - 'developer_name' => 'Fluidbook', + 'developer_name' => 'Odile project', // Developer website. Link in footer. Type false if you want to hide it. - 'developer_link' => 'https://www.fluidbook.com', + 'developer_link' => 'https://cube.odile.space', // Show powered by Laravel Backpack in the footer? true/false 'show_powered_by' => false, diff --git a/updateodl b/updateodl index 7515be4..1532648 100644 --- a/updateodl +++ b/updateodl @@ -7,4 +7,5 @@ php artisan cubist:magic:migrate php artisan optimize:clear php artisan permission:cache-reset chmod 755 updateodl +npm install npm run prod -- 2.39.5