Skip to content

Commit 1058c93

Browse files
committed
Update AddSeoDefaults.php
1 parent b8078a3 commit 1058c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Middleware/AddSeoDefaults.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ public function handle($request, Closure $next)
3434
Twitter::make()->name('card')->content('summary_large_image'),
3535
Twitter::make()->name('site')->content('@dsbilling'),
3636
Twitter::make()->name('creator')->content('@dsbilling'),
37-
Twitter::make()->name('image')->content(config('app.url').'/img/banner.jpg', false),
37+
Twitter::make()->name('image')->content(asset('/img/banner.jpg'), false),
3838

3939
]);
4040

0 commit comments

Comments
 (0)