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 Apr 19, 2023
1 parent 8810deb commit cb20856
Show file tree
Hide file tree
Showing 3 changed files with 425 additions and 39 deletions.
4 changes: 4 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,11 @@ export default defineNuxtConfig({
modules: [
nuxtIcons,
plausible,
'@nuxtjs/html-validator'
],
htmlValidator: {
logLevel: 'verbose',
},
plausible: {
apiHost: '/mogelijk',
},
Expand Down
Loading

0 comments on commit cb20856

Please sign in to comment.