mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
docs: fix typo in nitro options in wasm example (#7639)
This commit is contained in:
parent
abd0feb368
commit
fcf08c95be
@ -1,6 +1,6 @@
|
|||||||
export default defineNuxtConfig({
|
export default defineNuxtConfig({
|
||||||
nitro: {
|
nitro: {
|
||||||
experiments: {
|
experimental: {
|
||||||
wasm: true
|
wasm: true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user