Skip to content

Commit b1a83a1

Browse files
committed
chore: try regexp
1 parent c8f3dc4 commit b1a83a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ export default defineNuxtConfig({
188188

189189
htmlValidator: {
190190
failOnError: true,
191-
ignore: ['/200.html'],
191+
ignore: [/200\.html/],
192192
},
193193

194194
ogImage: {

0 commit comments

Comments
 (0)