🐛 Fix landing page Discord URL (#2512)

- Fix the landing page Discord redirect to use typebot.io.
- Ignore local Typebot agent and Claude skill directories.
This commit is contained in:
Baptiste Arnaud 2026-05-25 11:22:52 +02:00 committed by GitHub
parent f56c3c3f77
commit b4a7aab16d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 13 additions and 1 deletions

12
.gitignore vendored
View File

@ -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

View File

@ -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";