From 6e94e77a13973395430c1ca734be6cf6bc90cffb Mon Sep 17 00:00:00 2001 From: Thuan Pham Date: Sat, 16 Dec 2023 11:45:15 -0800 Subject: [PATCH] try deploy with vercel --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 4bbdc4d..1a2ffd9 100644 --- a/src/config.ts +++ b/src/config.ts @@ -1,7 +1,7 @@ import type { Site, SocialObjects } from "./types"; export const SITE: Site = { - website: "https://thuantanphamfilms.pages.dev/", // replace this with your deployed domain + website: "https://thuantanphamfilms.vercel.app/", // replace this with your deployed domain author: "Thuan Pham", desc: "Thuan Tan Pham Films website by thuan pham blog link", title: "Thuan Tan Pham Films",