diff --git a/composer.json b/composer.json index eff5499..1e5fe91 100644 --- a/composer.json +++ b/composer.json @@ -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" }, diff --git a/package.json b/package.json index 41e5106..36e668a 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/routes/web.php b/routes/web.php index 320b00f..0af66bb 100644 --- a/routes/web.php +++ b/routes/web.php @@ -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(); -}); +}); \ No newline at end of file