Skip to content

Commit

Permalink
feat: update SEO stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
mrevanzak committed Aug 1, 2024
1 parent 3cdfbe7 commit 222b87a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added apps/web/public/images/og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion apps/web/src/constant/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};

0 comments on commit 222b87a

Please sign in to comment.