From ce830c99433d60924ee97e7b37f7932bbc5fa246 Mon Sep 17 00:00:00 2001 From: Zheyuan Wu <60459821+Trance-0@users.noreply.github.com> Date: Tue, 10 Dec 2024 23:29:52 -0600 Subject: [PATCH] Update theme.config.jsx --- theme.config.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme.config.jsx b/theme.config.jsx index 3251d3a..0371389 100644 --- a/theme.config.jsx +++ b/theme.config.jsx @@ -31,11 +31,12 @@ export default { const { asPath, defaultLocale, locale } = useRouter() const { frontMatter } = useConfig() const url = - 'https://vercel.com/notenextra' + + 'https://notenextra.trance-0.com' + (defaultLocale === locale ? asPath : `/${locale}${asPath}`) return ( <> + {frontMatter.title || 'NoteNextra'}