Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
leerob committed May 6, 2023
1 parent a8afb27 commit 4163011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions errors/google-font-preconnect.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Google Font Preconnect

> Next.js automatically add `<link rel="preconnect" />` after version `12.0.1`.
> Next.js automatically adds `<link rel="preconnect" />` after version `12.0.1`.
> Ensure `preconnect` is used with Google Fonts.
Expand All @@ -22,4 +22,4 @@ Note: a **separate** link with `dns-prefetch` can be used as a fallback for brow

- [Preconnect to required origins](https://web.dev/uses-rel-preconnect/)
- [Preconnect and dns-prefetch](https://web.dev/preconnect-and-dns-prefetch/#resolve-domain-name-early-with-reldns-prefetch)
- [`Next.js` font optimization](https://nextjs.org/docs/basic-features/font-optimization)
- [Next.js Font Optimization](https://nextjs.org/docs/pages/building-your-application/optimizing/fonts)

0 comments on commit 4163011

Please sign in to comment.