mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-05 21:04:43 +08:00
🐛 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:
parent
f56c3c3f77
commit
b4a7aab16d
12
.gitignore
vendored
12
.gitignore
vendored
@ -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
|
||||
|
||||
@ -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";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user