diff --git a/next.config.ts b/next.config.ts index 8bcafad..0ed1b91 100644 --- a/next.config.ts +++ b/next.config.ts @@ -20,7 +20,7 @@ const nextConfig: NextConfig = { }, { source: "/discord", - destination: "https://discord.gg/TBM7z4ps", + destination: "https://discord.gg/9aZWH52Zjm", permanent: true, }, { diff --git a/public/llms.txt b/public/llms.txt index a06cfbc..aeb8381 100644 --- a/public/llms.txt +++ b/public/llms.txt @@ -64,7 +64,7 @@ Ora is a fast, secure, and beautiful browser built specifically for macOS. Desig ## Social Links - Twitter/X: https://x.com/orabrowser (@orabrowser) - GitHub: https://github.com/the-ora/browser -- Discord: https://discord.gg/TBM7z4ps +- Discord: https://discord.gg/9aZWH52Zjm - Support: https://buymeacoffee.com/orabrowser ## Keywords for Search diff --git a/src/data/presentation.ts b/src/data/presentation.ts index 258e3a8..f8395f5 100644 --- a/src/data/presentation.ts +++ b/src/data/presentation.ts @@ -16,7 +16,7 @@ export const PRESENTATION = { urls: { github: "https://github.com/the-ora/browser", x: "https://x.com/orabrowser", - discord: "https://discord.gg/TBM7z4ps", + discord: "https://discord.gg/9aZWH52Zjm", buymecoffee: "https://buymeacoffee.com/orabrowser", website: "https://orabrowser.com", },