We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b10634 commit fbdd6d6Copy full SHA for fbdd6d6
.nowignore
@@ -0,0 +1 @@
1
+**/*
now.json
@@ -0,0 +1,15 @@
+{
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