Skip to content

Commit 7e4a905

Browse files
authored
update the configuration of zeit copy (codesandbox#3560)
1 parent 179d7f9 commit 7e4a905

File tree

1 file changed

+3
-2
lines changed
  • packages/common/src/templates/configuration/now

1 file changed

+3
-2
lines changed

packages/common/src/templates/configuration/now/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ import { ConfigurationFile } from '../types';
33
const config: ConfigurationFile = {
44
title: 'now.json',
55
type: 'now',
6-
description: 'Configuration for your deployments on now.',
7-
moreInfoUrl: 'https://zeit.co/docs/features/configuration',
6+
description: 'Configuration for your deployments on ZEIT Now.',
7+
moreInfoUrl:
8+
'https://zeit.co/docs/configuration#introduction/configuration-reference',
89

910
getDefaultCode: () => JSON.stringify({}, null, 2),
1011
};

0 commit comments

Comments
 (0)