Skip to content

Commit 73196d7

Browse files
committed
🦜 revert fix index virtual hosting 🦜
1 parent 4815a45 commit 73196d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
function(hook) {
105105
hook.beforeEach(function(content) {
106106

107-
fetch('tech-exercise/config/all.json')
107+
fetch('/config/all.json')
108108
.then(function(response) {
109109
return response.json();
110110
}).then(function(jsonData) {

0 commit comments

Comments
 (0)