From b4a7aab16d5c0c6c396834cd76ef2a4e30f26772 Mon Sep 17 00:00:00 2001 From: Baptiste Arnaud Date: Mon, 25 May 2026 11:22:52 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20landing=20page=20Discord?= =?UTF-8?q?=20URL=20(#2512)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix the landing page Discord redirect to use typebot.io. - Ignore local Typebot agent and Claude skill directories. --- .gitignore | 12 ++++++++++++ apps/landing-page/src/constants.ts | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 60c78c718..5d09b5189 100644 --- a/.gitignore +++ b/.gitignore @@ -84,5 +84,17 @@ content-collections.d.ts .pi +.agents/skills/typebot-customer-support +.agents/skills/typebot-discord-bot +.agents/skills/typebot-posthog .agents/skills/typebot-prod-db +.agents/skills/typebot-sentry +.agents/skills/typebot-stripe +.agents/skills/vercel +.claude/skills/typebot-customer-support +.claude/skills/typebot-discord-bot +.claude/skills/typebot-posthog .claude/skills/typebot-prod-db +.claude/skills/typebot-sentry +.claude/skills/typebot-stripe +.claude/skills/vercel diff --git a/apps/landing-page/src/constants.ts b/apps/landing-page/src/constants.ts index b4800e636..7908cc0e1 100644 --- a/apps/landing-page/src/constants.ts +++ b/apps/landing-page/src/constants.ts @@ -9,7 +9,7 @@ export const dashboardUrl = "https://app.typebot.com/typebots"; export const githubRepoUrl = "https://github.com/baptisteArno/typebot.io"; export const blueskyUrl = "https://bsky.app/profile/typebot.io"; export const linkedInUrl = "https://www.linkedin.com/company/typebot"; -export const discordUrl = "https://typebot.com/discord"; +export const discordUrl = "https://typebot.io/discord"; export const docsUrl = "https://docs.typebot.com"; export const howToGetHelpUrl = `${docsUrl}/guides/how-to-get-help`; export const stripeClimateUrl = "https://climate.stripe.com/5VCRAq";