git ssb

0+

Rômulo Alves / website



Commit 0266257daf1eb551b1e0492b10ca0ff98040a895

Changes configs to package.json

Rômulo Alves committed on 5/5/2018, 10:19:02 PM
Parent: 9096728657899297fce6fcd4860ad475faa818c5

Files changed

package.jsonchanged
now.jsondeleted
package.jsonView
@@ -15,8 +15,17 @@
1515 "scripts": {
1616 "start": "node server.js",
1717 "build": "next build"
1818 },
19 + "now": {
20 + "alias": [
21 + "romuloalv.es",
22 + "www.romuloalv.es"
23 + ],
24 + "env": {
25 + "NODE_ENV": "production"
26 + }
27 + },
1928 "repository": {
2029 "type": "git",
2130 "url": "git+https://github.com/romuloalves/romuloalves.github.io.git"
2231 },
now.jsonView
@@ -1,10 +1,0 @@
1-{
2- "name": "romuloalv.es",
3- "alias": [
4- "romuloalv.es",
5- "www.romuloalv.es"
6- ],
7- "env": {
8- "NODE_ENV": "production"
9- }
10-}

Built with git-ssb-web