diff --git a/client/package.json b/client/package.json
index 4af11812d..988e71e97 100644
--- a/client/package.json
+++ b/client/package.json
@@ -1,3 +1,10 @@
{
- "proxy": "http://localhost:9006"
+ "proxy": "http://localhost:9006",
+ "reactSnap": {
+ "port": 3000,
+ "fixWebpackChunksIssue": false,
+ "include": [
+ "/twitter-handle"
+ ]
+ }
}
diff --git a/client/public/index.html b/client/public/index.html
index 82d1bf688..77ba0bc7e 100755
--- a/client/public/index.html
+++ b/client/public/index.html
@@ -22,6 +22,17 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
+
+
+
+
+