From a02e3a27eb2515db58b00fa37c1ca17b10a7bdfa Mon Sep 17 00:00:00 2001 From: HemalDesai Date: Thu, 12 Sep 2024 20:58:55 +0530 Subject: [PATCH] chore: update URL from vidurjobs.xyz to profilecity.xyz/vidur --- app/pages/index.vue | 4 +++- nuxt.config.ts | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/pages/index.vue b/app/pages/index.vue index b0f69ec9..1a0662d4 100644 --- a/app/pages/index.vue +++ b/app/pages/index.vue @@ -3,6 +3,8 @@ const { data: postings } = await usePublicPostingsRepository(); const { data: careerSiteConfig } = useCareerSiteConfigObjectState(); const { data: seoConfig } = useSeoConfigObjectState(); +const publicConfig = useRuntimeConfig().public; + let title: string = 'Careers'; // TODO: need better defaults (this will hardly be the case); let description: string = 'Career Site'; // TODO: need better defaults (this will hardly be the case); if (seoConfig.value.title) { @@ -46,7 +48,7 @@ useSeoMeta({