Skip to content

Commit

Permalink
fix: docs typo and formatting (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
afflexux authored Feb 26, 2021
1 parent 84e9bed commit 2a7149d
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 2a7149d

Please sign in to comment.