Skip to content

Commit

Permalink
refactor(config): update site URLs and GitHub link
Browse files Browse the repository at this point in the history
  • Loading branch information
rifont committed Jul 2, 2024
1 parent c925d4e commit 2f5596b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/site.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export const siteConfig = {
name: "AI Notifications Digest",
url: "https://lightonia.vercel.app",
ogImage: "https://lightonia.vercel.app/og.jpg",
url: "https://novu-ai-digest.vercel.app",
ogImage: "https://novu-ai-digest.vercel.app/og.jpg",
description:
"Send AI-generated notifications to your chat apps.",
links: {
github: "https://github.com/rifont/lightonia",
github: "https://github.com/rifont/novu-ai-digest",
},
}

Expand Down

0 comments on commit 2f5596b

Please sign in to comment.