You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Go go Netlify dashboard and create a new project using git repository.
10
+
- Go to `Site Configuration` under `Dependency management` and change Node Version to `20.x` or higher.
11
+
- Go to `deploys` and retry last deployment.
12
+
::
13
+
14
+
:hr
15
+
16
+
Nuxt Content projects can be deployed to Netlify with zero configuration. The module will automatically detects Netlify environment and prepare the necessary configuration for Netlify.
17
+
18
+
All you need to do is to go to Netlify dashboard and create a new project using git repository.
19
+
20
+
::note
21
+
By default Netlify uses Node.js 18.x which is not supported by the module. You need to change the Node.js version in `Site Configuration` under `Dependency management`.
0 commit comments