Skip to content

Commit a58ec46

Browse files
authored
Update app.stub (#248)
fonts.bunny.net should be prefetched instead of google fonts one.
1 parent 82ac453 commit a58ec46

File tree

1 file changed

+1
-1
lines changed
  • src/Auth/bootstrap-stubs/layouts

1 file changed

+1
-1
lines changed

src/Auth/bootstrap-stubs/layouts/app.stub

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<title>{{ config('app.name', 'Laravel') }}</title>
1111

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

1616
<!-- Scripts -->

0 commit comments

Comments
 (0)