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 76087ba commit 0ff7988Copy full SHA for 0ff7988
redirects/www/now.json
@@ -0,0 +1,12 @@
1
+{
2
+ "version": 2,
3
+ "name": "usehooks-www-redirect",
4
+ "alias": ["www.usehooks.com"],
5
+ "routes": [
6
+ {
7
+ "src": "/(.*)",
8
+ "status": 301,
9
+ "headers": { "Location": "https://usehooks.com/$1" }
10
+ }
11
+ ]
12
+}
src/components/EmailSignup.js
@@ -73,7 +73,7 @@ class EmailSignup extends React.Component {
73
</div>
74
75
</form>
76
- <Extra>Join 4,273 subscribers. No spam ever.</Extra>
+ <Extra>Join 5,043 subscribers. No spam ever.</Extra>
77
</Fragment>
78
)}
79
0 commit comments