diff --git a/apps/web/public/images/og.png b/apps/web/public/images/og.png new file mode 100644 index 0000000..f226716 Binary files /dev/null and b/apps/web/public/images/og.png differ diff --git a/apps/web/src/constant/config.ts b/apps/web/src/constant/config.ts index 76fff72..d62b809 100644 --- a/apps/web/src/constant/config.ts +++ b/apps/web/src/constant/config.ts @@ -3,7 +3,7 @@ import { env } from "@/env"; export const siteConfig = { title: "Tanya.in", description: - "Chatbot apps for ITS students to ask for internal campus information.", + "Chatbot apps for ITS students to ask for internal academic information.", /** Without additional '/' on the end, e.g. https://theodorusclarence.com */ url: env.VERCEL_URL ? `https://${env.VERCEL_URL}` : "http://localhost:3000", };