The target Property
Deployment targets for Nuxt >= v2.13:
- Type:
string
- Default:
server
- Possible values:
'server'
: For server side rendering'static'
: For static sites
- Default:
You can use this option to change default nuxt target for your project using
nuxt.config.js
To learn more about the target option check out the deployment targets section.