Skip to content

Commit

Permalink
fix: docs typo and formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
afflexux committed Feb 26, 2021
1 parent 712e9c9 commit dba6b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/en/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ googleFonts: {
This option injects [dns-prefetch](https://developer.mozilla.org/en-US/docs/Web/Performance/dns-prefetch) into the head of your project.

```html
<link rel =" dns-prefetch "href =" https://fonts.gstatic.com/ "/>
<link rel="dns-prefetch" href="https://fonts.gstatic.com/"/>
```

Type: Boolean
Expand All @@ -99,7 +99,7 @@ Default: true

```js{}[nuxt.config.js]
googleFonts: {
prefetch: true
preconnect: true
}
```

Expand Down

0 comments on commit dba6b80

Please sign in to comment.