mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-25 23:22:02 +00:00
docs: add note to use nuxt
with bridge if nitro
is false (#21586)
This commit is contained in:
parent
de5c758766
commit
3c88b50bbc
@ -78,6 +78,10 @@ Nuxt 3 introduced the new Nuxt CLI command [`nuxi`](/docs/api/commands/add). Upd
|
|||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
::alert
|
||||||
|
If `nitro: false`, use the `nuxt` command.
|
||||||
|
::
|
||||||
|
|
||||||
### Static Target
|
### Static Target
|
||||||
|
|
||||||
If you have set `target: 'static'` in your `nuxt.config` then you need to ensure that you update your build script to be `nuxi generate`.
|
If you have set `target: 'static'` in your `nuxt.config` then you need to ensure that you update your build script to be `nuxi generate`.
|
||||||
|
Loading…
Reference in New Issue
Block a user