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 fec2029 commit 4861aa2Copy full SHA for 4861aa2
_includes/our-tutors.html
@@ -45,6 +45,6 @@ <h3 class="tutor-sign-up">Interested in becoming a tutor?</h3>
45
<script>
46
socket('{{ site.socket_key }}', {
47
router_mode: 'history',
48
- api_root: 'https://dinotutors.com/socket-api'
+ api_root: '/socket-api'
49
});
50
</script>
_redirects
@@ -1,7 +1,9 @@
1
-# /* / 200
2
3
/enquiry / 200
4
/*/enquiry /:splat 200
5
6
# socket proxy:
7
/socket-api/* https://socket.tutorcruncher.com/:splat 200!
+
8
+# catch all other 404s and redirect to root
9
+/* / 200
0 commit comments