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
+
-`failOnError` will throw an error after running `nuxt generate` if there are any validation errors with the generated pages.
79
+
80
+
<alert>Useful in continuous integration.</alert>
81
+
78
82
-`options` allows you to pass in `html-validate` options that will be merged with the default configuration
79
83
80
84
<alerttype="info">You can find more about configuring `html-validate`[here](https://html-validate.org/rules/index.html).</alert>
@@ -85,6 +89,7 @@ This module configures [`html-validate`](https://html-validate.org/) to automati
0 commit comments