diff --git a/src/lib/theme-config.ts b/src/lib/theme-config.ts index 4b344f808..57feb24ac 100644 --- a/src/lib/theme-config.ts +++ b/src/lib/theme-config.ts @@ -1,4 +1,4 @@ -export * from '$lib/themes/misiki' -// export * from '$lib/themes/fashion' +// export * from '$lib/themes/misiki' +export * from '$lib/themes/fashion' // export * from '$lib/themes/varni' -// export * from '$lib/themes/varni-ace' \ No newline at end of file +// export * from '$lib/themes/varni-ace' diff --git a/vercel.json b/vercel.json index 72b97ca2a..09b1e6866 100644 --- a/vercel.json +++ b/vercel.json @@ -19,7 +19,6 @@ ], "env": { "PUBLIC_LITEKART_API_URL": "https://api.litekart.in", - "PUBLIC_LITEKART_DOMAIN": "demo.litekart.in", "NODE_OPTIONS": "--max-old-space-size=7680" } }