diff --git a/.vitepress/theme/index.ts b/.vitepress/theme/index.ts index c30b77d..5a88542 100644 --- a/.vitepress/theme/index.ts +++ b/.vitepress/theme/index.ts @@ -18,9 +18,6 @@ export default { watchEffect(() => { if (inBrowser) { document.cookie = `nf_lang=${lang.value}; expires=Mon, 1 Jan 2024 00:00:00 UTC; path=/` - if (document.location = "https://kotatsu.app/manga/") { - document.location = `kotatsu://manga/manga?${window.location.toString().split("manga/?").pop()}` - } } }) }, diff --git a/website/manga/index.md b/website/manga/index.md index b5ea5d4..1c66e34 100644 --- a/website/manga/index.md +++ b/website/manga/index.md @@ -13,7 +13,12 @@ footer: false --- # Hello here