Skip to content

Commit fbdd6d6

Browse files
committed
Deploy using now
1 parent 2b10634 commit fbdd6d6

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.nowignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
**/*

now.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "useIsInViewport",
3+
"version": 2,
4+
"alias": ["useIsInViewport.zdx.cat"],
5+
"routes": [
6+
{
7+
"src": ".*",
8+
"methods": ["GET"],
9+
"status": 302,
10+
"headers": {
11+
"Location": "https://codesandbox.io/s/54r7k92m04"
12+
}
13+
}
14+
]
15+
}

0 commit comments

Comments
 (0)