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
@@ -40,7 +40,7 @@ With your Nuxt.js project initialized, move into the directory:
40
40
directory.
41
41
</Caption>
42
42
43
-
Before deploying with Now, provide Nuxt.js with instructions on which directory the build should be output to. Add the following to your `nuxt.config.js` file:
43
+
Before deploying with ZEIT Now, provide Nuxt.js with instructions on which directory the build should be output to. Add the following to your `nuxt.config.js` file:
44
44
45
45
```json
46
46
{
@@ -72,11 +72,11 @@ Following that, change the build script in the `package.json` file to the follow
72
72
<InlineCode>package.json</InlineCode> file.
73
73
</Caption>
74
74
75
-
## Step 2: Deploying With Now
75
+
## Step 2: Deploying With ZEIT Now
76
76
77
-
With your Nuxt.js application set up, it is ready to be [deployed](/docs/v2/deployments/basics/) with [Now](/docs/v2).
77
+
With your Nuxt.js application set up, it is ready to be [deployed](/docs/v2/deployments/basics/) with [ZEIT Now](/docs/v2).
78
78
79
-
If you have not yet installed Now, you can do so by installing [Now CLI](/download).
79
+
If you have not yet installed ZEIT Now, you can do so by installing [Now CLI](/download).
80
80
81
81
You are now ready to deploy your application with **just a single command**:
0 commit comments