diff --git a/client/.env.example b/client/.env.example index e38c36bf..30d9dc1d 100644 --- a/client/.env.example +++ b/client/.env.example @@ -7,4 +7,5 @@ NUXT_PUBLIC_ENV= NUXT_PUBLIC_GOOGLE_ANALYTICS_CODE= NUXT_PUBLIC_H_CAPTCHA_SITE_KEY= NUXT_PUBLIC_RE_CAPTCHA_SITE_KEY= -NUXT_API_SECRET=secret \ No newline at end of file +NUXT_API_SECRET=secret +NUXT_PUBLIC_ROOT_REDIRECT_URL= \ No newline at end of file diff --git a/client/components/global/Navbar.vue b/client/components/global/Navbar.vue index 14dca958..1a5082c1 100644 --- a/client/components/global/Navbar.vue +++ b/client/components/global/Navbar.vue @@ -53,7 +53,7 @@