diff --git a/js/index.js b/js/index.js index 7e9a0ab..0d6dab9 100644 --- a/js/index.js +++ b/js/index.js @@ -22,7 +22,7 @@ Anot({ words: 0 }, mounted() { - fetch('/data/table.txt') + fetch('./data/table.txt') .then(r => r.text()) .then(r => { // console.log(r)