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 ( <> +