wip
This commit is contained in:
@@ -22,7 +22,6 @@
|
||||
"livewire/livewire": "^2.0",
|
||||
"mtownsend/read-time": "^1.1",
|
||||
"realrashid/sweet-alert": "^3.1",
|
||||
"spatie/browsershot": "^3.40",
|
||||
"spatie/laravel-analytics": "^3.10",
|
||||
"symfony/panther": "^0.7.1"
|
||||
},
|
||||
|
@@ -27,7 +27,6 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"moment": "^2.28.0",
|
||||
"puppeteer": "^5.4.1",
|
||||
"tailwindcss": "^1.6.2",
|
||||
"turbolinks": "^5.2.0",
|
||||
"vue": "^2.6.11",
|
||||
|
@@ -63,10 +63,4 @@ Route::get('ogimage/{article}', function(Article $article){
|
||||
return view('ogimage', [
|
||||
'article' => $article
|
||||
]);
|
||||
});
|
||||
|
||||
|
||||
Route::get('/test', function(){
|
||||
return Browsershot::url('https://jinas.me')
|
||||
->base64Screenshot();
|
||||
});
|
||||
});
|
Reference in New Issue
Block a user