revert: remove Cloudflare async tag attributes
This commit is contained in:
parent
98a9985dce
commit
a764a07e7e
1 changed files with 0 additions and 8 deletions
|
|
@ -7,7 +7,6 @@
|
|||
use Illuminate\Support\Facades\App;
|
||||
use Illuminate\Support\Facades\DB;
|
||||
use Illuminate\Support\Facades\Http;
|
||||
use Illuminate\Support\Facades\Vite;
|
||||
use Illuminate\Support\ServiceProvider;
|
||||
use Illuminate\Validation\Rules\Password;
|
||||
use Laravel\Sanctum\Sanctum;
|
||||
|
|
@ -30,13 +29,6 @@ public function boot(): void
|
|||
$this->configureSanctumModel();
|
||||
$this->configureGitHubHttp();
|
||||
|
||||
Vite::useScriptTagAttributes([
|
||||
'data-cfasync' => 'false',
|
||||
]);
|
||||
|
||||
Vite::useStyleTagAttributes([
|
||||
'data-cfasync' => 'false',
|
||||
]);
|
||||
}
|
||||
|
||||
private function configureCommands(): void
|
||||
|
|
|
|||
Loading…
Reference in a new issue