Skip to content

Commit

Permalink
add @nuxtjs/html-validator module
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdbeentjes committed Mar 2, 2023
1 parent fc9362c commit a63df16
Show file tree
Hide file tree
Showing 3 changed files with 409 additions and 26 deletions.
4 changes: 4 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,11 @@ export default defineNuxtConfig({
modules: [
nuxtIcons,
plausible,
'@nuxtjs/html-validator'
],
htmlValidator: {
logLevel: 'verbose',
},
plausible: {
apiHost: '/mogelijk',
},
Expand Down
Loading

0 comments on commit a63df16

Please sign in to comment.