Skip to content

Commit 215dba0

Browse files
Matthew Sweeneykodiakhq[bot]
authored andcommitted
Update Now => ZEIT Now (#1137)
1 parent 0d592a1 commit 215dba0

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

lib/data/guides.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import { meta as serverlessPrismicNextNow } from '~/pages/guides/deploying-next-
2525
import { meta as zeroDowntimeDomainMigration } from '~/pages/guides/zero-downtime-domain-migration.mdx'
2626
import { meta as migrateToZeroConfig } from '~/pages/guides/upgrade-to-zero-configuration.mdx'
2727
import { meta as upgradeToNowTwo } from '~/pages/guides/migrate-to-zeit-now.mdx'
28-
import { meta as nuxtjsToNowMeta } from '~/pages/guides/deploying-nuxtjs-with-now.mdx'
28+
import { meta as nuxtjsToNowMeta } from '~/pages/guides/deploying-nuxtjs-with-zeit-now.mdx'
2929

3030
export default [
3131
nuxtjsToNowMeta,

pages/guides/deploying-nuxtjs-with-now.mdx renamed to pages/guides/deploying-nuxtjs-with-zeit-now.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ import { GenericLink } from '~/components/text/link'
55
import Snippet from '~/components/snippet'
66

77
export const meta = {
8-
title: 'Deploying a Statically Generated Nuxt.js app with Now',
9-
description: 'How to deploy your Static Nuxt.js app with Now.',
8+
title: 'Deploying a Statically Generated Nuxt.js app with ZEIT Now',
9+
description: 'How to deploy your Static Nuxt.js app with ZEIT Now.',
1010
published: '2019-08-06T01:01:52.000Z',
1111
authors: ['developerayo', 'msweeneydev'],
12-
url: '/guides/deploying-nuxtjs-with-now',
12+
url: '/guides/deploying-nuxtjs-with-zeit-now',
1313
image:
1414
'https://og-image.now.sh/**Deploy%20a%20Static%20Nuxt.js%20App**%20%3Cbr%3E%20with%20ZEIT%20Now.png?theme=light&md=1&fontSize=100px&images=https%3A%2F%2Fassets.zeit.co%2Fimage%2Fupload%2Ffront%2Fassets%2Fdesign%2Fnow-black.svg&images=https%3A%2F%2Fnuxtjs.org%2Flogos%2Fnuxt-square.svg',
15-
editUrl: 'pages/guides/deploying-nuxtjs-with-now.mdx',
15+
editUrl: 'pages/guides/deploying-nuxtjs-with-zeit-now.mdx',
1616
lastEdited: '2019-08-14T21:19:16.000Z'
1717
}
1818

@@ -40,7 +40,7 @@ With your Nuxt.js project initialized, move into the directory:
4040
directory.
4141
</Caption>
4242

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:
4444

4545
```json
4646
{
@@ -72,11 +72,11 @@ Following that, change the build script in the `package.json` file to the follow
7272
<InlineCode>package.json</InlineCode> file.
7373
</Caption>
7474

75-
## Step 2: Deploying With Now
75+
## Step 2: Deploying With ZEIT Now
7676

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).
7878

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).
8080

8181
You are now ready to deploy your application with **just a single command**:
8282

0 commit comments

Comments
 (0)