Skip to content
This repository was archived by the owner on Oct 1, 2022. It is now read-only.

Commit 9a7f47d

Browse files
author
Dustin Rouillard
committed
Remove regions config from now deploy for docs
1 parent 03d855a commit 9a7f47d

1 file changed

Lines changed: 15 additions & 14 deletions

File tree

now.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2-
"version": 2,
3-
"name": "pulsejs-docs",
4-
"public": true,
5-
"alias": ["pulsejs.org"],
6-
"regions": ["sfo1", "lhr1"],
7-
"builds": [
8-
{
9-
"src": "package.json",
10-
"use": "@now/static-build",
11-
"config": {
12-
"distDir": "./docs/dist"
13-
}
14-
}
15-
]
2+
"version": 2,
3+
"name": "pulsejs-docs",
4+
"public": true,
5+
"alias": [
6+
"pulsejs.org"
7+
],
8+
"builds": [
9+
{
10+
"src": "package.json",
11+
"use": "@now/static-build",
12+
"config": {
13+
"distDir": "./docs/dist"
14+
}
15+
}
16+
]
1617
}

0 commit comments

Comments
 (0)