docs: fix typo in nitro options in wasm example (#7639)

This commit is contained in:
Daniel Roe 2022-09-19 09:44:32 +01:00 committed by GitHub
parent abd0feb368
commit fcf08c95be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
export default defineNuxtConfig({
nitro: {
experiments: {
experimental: {
wasm: true
}
},