Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gheorghelupu17 committed Nov 24, 2024
1 parent 062cc68 commit 838fe75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ protected function setSeoDefaults(): void
// ->description(default: '')
->locale(app()->getLocale())
->favicon()
//TODO: Add a default image
->image('https://d31wjq819xkxeg.cloudfront.net/Logo--Rezultate-Vot.png')

->image(\Vite::asset('resources/images/banner-social.png'))
->twitter();
}

Expand Down
Binary file added resources/images/banner-social.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import { Livewire, Alpine } from '../../vendor/livewire/livewire/dist/livewire.e
import Clipboard from '@ryangjchandler/alpine-clipboard';
import embed from './embed.js';
import map from './map.js';
import.meta.glob([
'../images/**',
]);

Alpine.plugin(Clipboard);
Alpine.data('embed', embed);
Expand Down

0 comments on commit 838fe75

Please sign in to comment.