Skip to content

Commit

Permalink
Update app.stub (#248)
Browse files Browse the repository at this point in the history
fonts.bunny.net should be prefetched instead of google fonts one.
  • Loading branch information
tommica authored May 9, 2023
1 parent 82ac453 commit a58ec46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Auth/bootstrap-stubs/layouts/app.stub
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<title>{{ config('app.name', 'Laravel') }}</title>

<!-- Fonts -->
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link rel="dns-prefetch" href="//fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=Nunito" rel="stylesheet">

<!-- Scripts -->
Expand Down

0 comments on commit a58ec46

Please sign in to comment.