From 95be8c431752d9b412a8cc0b696482b4be5effb2 Mon Sep 17 00:00:00 2001 From: Zakhar Timoshenko Date: Wed, 25 Oct 2023 20:34:26 +0300 Subject: [PATCH] oopsie ^_^ --- website/manga/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/manga/index.md b/website/manga/index.md index 1c66e34..f58f80a 100644 --- a/website/manga/index.md +++ b/website/manga/index.md @@ -17,7 +17,7 @@ import { onMounted } from "vue" import DownloadButtons from "@theme/components/DownloadButtons.vue"; onMounted(() => { - window.location = `kotatsu://manga${window.location.toString().split("manga/").pop()}` + window.location = `kotatsu://manga/manga${window.location.toString().split("manga/").pop()}` })