Skip to content

Commit 7fba835

Browse files
Enable routing mode
1 parent 5810dd0 commit 7fba835

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

_includes/our-tutors.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,7 @@ <h3 class="tutor-sign-up">Interested in becoming a tutor?</h3>
4141

4242
<script src="https://cdn.tutorcruncher.com/socket/0.0.5/socket.js"></script>
4343
<script>
44-
socket('9c79f14df986a1ec693c')
44+
socket('9c79f14df986a1ec693c', {
45+
router_mode: 'history'
46+
})
4547
</script>

_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* /index.html 200

0 commit comments

Comments
 (0)