Skip to content

Commit ee16541

Browse files
committed
url of production
1 parent b6e388c commit ee16541

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

now.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"version": 2,
33
"name": "React-Notify",
4+
"alias": "react-notify",
45
"builds": [
56
{"src": "package.json", "use": "@now/static-build", "config": {"distDir": "build"}}
67
],
@@ -13,4 +14,4 @@
1314
{"src": "/service-worker.js", "headers": {"cache-control": "s-maxage=0"}, "dest": "/service-worker.js"},
1415
{"src": "/(.*)", "headers": {"cache-control": "s-maxage=0"}, "dest": "/index.html"}
1516
]
16-
}
17+
}

0 commit comments

Comments
 (0)