Skip to content

Commit

Permalink
docs: try fix syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Mar 25, 2024
1 parent 2c942e5 commit f6c8d6f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,12 @@ export default defineNuxtConfig({
// cleanHtml: false,
// },
// },

$production: {
nitro: {
experimental: {
wasm: true,
},
},
},
})

0 comments on commit f6c8d6f

Please sign in to comment.