diff --git a/.gitignore b/.gitignore index 7fe978f..eaf98eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ /.phpunit.cache /node_modules /public/build +/public/images /public/hot /public/storage /storage/*.key diff --git a/Makefile b/Makefile index 3142fcb..a33f2ee 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ deploy: public/build/manifest.json pnpm run build ssh raspigate 'cd /var/www/html/lara-bermite && git pull origin master && make install' - scp -r public raspigate:/var/www/html/lara-bermite/ + scp -r public/build raspigate:/var/www/html/lara-bermite/public + scp -r public/images raspigate:/var/www/html/lara-bermite/public install: vendor/autoload.php php artisan down diff --git a/public/images/weather.png b/public/images/weather.png deleted file mode 100644 index d522085..0000000 Binary files a/public/images/weather.png and /dev/null differ diff --git a/public/images/weather.svg b/public/images/weather.svg deleted file mode 100644 index e54e563..0000000 --- a/public/images/weather.svg +++ /dev/null @@ -1,52 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/resources/images/favicon.ico b/resources/images/favicon.ico new file mode 100644 index 0000000..c3a371d Binary files /dev/null and b/resources/images/favicon.ico differ diff --git a/resources/images/favicon.svg b/resources/images/favicon.svg new file mode 100644 index 0000000..df637e2 --- /dev/null +++ b/resources/images/favicon.svg @@ -0,0 +1,109 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/resources/views/app.blade.php b/resources/views/app.blade.php index d3aac90..ccfa9b6 100644 --- a/resources/views/app.blade.php +++ b/resources/views/app.blade.php @@ -4,9 +4,9 @@ - - - + + +