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 34c3a0e commit b02cdb2Copy full SHA for b02cdb2
_includes/our-tutors.html
@@ -44,6 +44,7 @@ <h3 class="tutor-sign-up">Interested in becoming a tutor?</h3>
44
</section>
45
<script>
46
socket('{{ site.socket_key }}', {
47
- router_mode: 'history'
+ router_mode: 'history',
48
+ api_root: 'https://dinotutors.com/socket-api'
49
});
50
</script>
_redirects
@@ -1,4 +1,7 @@
1
/* / 200
2
3
/enquiry / 200
4
-/*/enquiry /:splat 200
+/*/enquiry /:splat 200
5
+
6
+# socket proxy:
7
+/socket-api/* https://socket.tutorcruncher.com/:splat 200!
0 commit comments