From 602b80034dc2059a37b77ae74cb51806a29774f5 Mon Sep 17 00:00:00 2001 From: Nikolai Dorofeev Date: Tue, 30 Jul 2024 19:59:43 +0400 Subject: [PATCH] [CDN] Update base URL for resume list --- cdn/src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdn/src/config.ts b/cdn/src/config.ts index 8a07b41..9e98937 100644 --- a/cdn/src/config.ts +++ b/cdn/src/config.ts @@ -1,3 +1,3 @@ export const config = { - MAIN_BASE_URL: 'https://deploy-preview-16--d0rich-me.netlify.app' //'https://d0rich.me', + MAIN_BASE_URL: 'https://d0rich.me' }