You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/en/index.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,6 +75,10 @@ This module configures [`html-validate`](https://html-validate.org/) to automati
75
75
76
76
<alert>Consider not enabling this if you are using TailwindCSS, as prettier will struggle to cope with parsing the size of your HTML in development mode.</alert>
77
77
78
+
-`logLevel` sets the verbosity to one of `verbose`, `warning` or `error`. It defaults to `verbose` in dev, and `warning` when generating.
79
+
80
+
<alert>You can use this configuration option to turn off console logging for the `No HTML validation errors found for ...` message.</alert>
81
+
78
82
-`failOnError` will throw an error after running `nuxt generate` if there are any validation errors with the generated pages.
79
83
80
84
<alert>Useful in continuous integration.</alert>
@@ -89,6 +93,7 @@ This module configures [`html-validate`](https://html-validate.org/) to automati
0 commit comments