From 8bfc396ac05e75fa184c219bda6bae2683f758c6 Mon Sep 17 00:00:00 2001 From: Boris K Date: Mon, 9 Dec 2024 10:53:57 +0100 Subject: [PATCH] Fix 404 link in footer --- apps/www/.vitepress/theme/layout/MainLayout.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/www/.vitepress/theme/layout/MainLayout.vue b/apps/www/.vitepress/theme/layout/MainLayout.vue index 794a87e3..234ce95e 100644 --- a/apps/www/.vitepress/theme/layout/MainLayout.vue +++ b/apps/www/.vitepress/theme/layout/MainLayout.vue @@ -209,7 +209,7 @@ watch(() => $route.path, (n) => { Ported to Vue by