Commit 0266257daf1eb551b1e0492b10ca0ff98040a895
Changes configs to package.json
Rômulo Alves committed on 5/5/2018, 10:19:02 PMParent: 9096728657899297fce6fcd4860ad475faa818c5
Files changed
package.json | changed |
now.json | deleted |
package.json | ||
---|---|---|
@@ -15,8 +15,17 @@ | ||
15 | 15 … | "scripts": { |
16 | 16 … | "start": "node server.js", |
17 | 17 … | "build": "next build" |
18 | 18 … | }, |
19 … | + "now": { | |
20 … | + "alias": [ | |
21 … | + "romuloalv.es", | |
22 … | + "www.romuloalv.es" | |
23 … | + ], | |
24 … | + "env": { | |
25 … | + "NODE_ENV": "production" | |
26 … | + } | |
27 … | + }, | |
19 | 28 … | "repository": { |
20 | 29 … | "type": "git", |
21 | 30 … | "url": "git+https://github.com/romuloalves/romuloalves.github.io.git" |
22 | 31 … | }, |
Built with git-ssb-web