From c9fc40cace33835d1f9d999f4a4bf0f207e63523 Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Mon, 15 Sep 2025 11:27:26 +0300 Subject: [PATCH 1/3] fix discord link --- public/llms.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 31b7baf9ef2b5a0348904304f2a9a158fa4c6e43 Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Mon, 15 Sep 2025 11:28:12 +0300 Subject: [PATCH 2/3] Update Discord redirect URL in next.config.ts --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, { From 2d54e9f400f122471e4e23e54c1ea6dbb9bb4ccc Mon Sep 17 00:00:00 2001 From: Pavlos Vinieratos Date: Mon, 15 Sep 2025 11:28:32 +0300 Subject: [PATCH 3/3] Update Discord URL in presentation.ts --- src/data/presentation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", },