diff --git a/.nojekyll b/.nojekyll
new file mode 100644
index 0000000..e69de29
diff --git a/extensions/extensions.js b/extensions/extensions.js
index 756c7f6..49d4a86 100644
--- a/extensions/extensions.js
+++ b/extensions/extensions.js
@@ -47,7 +47,7 @@
async init() {
try {
- const index = await fetch("/index.min.json").then((e) => e.json());
+ const index = await fetch("../index.min.json").then((e) => e.json());
this.extensions = index.sort((a, b) => {
if ("all" === a.lang && "all" !== b.lang) {
diff --git a/extensions/index.html b/extensions/index.html
index d94dc56..e6d0499 100644
--- a/extensions/index.html
+++ b/extensions/index.html
@@ -27,7 +27,7 @@
integrity="sha384-2HpI1Tt4Zv7emgrwKyetd6ouDie+RKolEtNHOdD+KCVHLj1V2fjxryG48h50f0Rw"
crossorigin="anonymous"
/>
-
+