From 4fc5a09184ba5e8e316b720c40c69fc2e0e3f40b Mon Sep 17 00:00:00 2001 From: Broken Rice Films Date: Sat, 13 Jul 2024 23:20:06 +0700 Subject: [PATCH] auto commit --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 4af377a..4fc8635 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://brokenricefilms.github.io/", // replace this with your deployed domain + website: "https://brokenricefilms.vercel.app/", // replace this with your deployed domain author: "Thuan Pham", desc: "Thuan Pham, a video editor based in Ho Chi Minh City, who goes by Broken Rice Films.", title: "Broken Rice Films",