fix(web): point Contribute links to canonical marketing page

app.textbee.dev/contribute returns 404 (flagged in Ahrefs audit). The public
footer/header Contribute links now use the absolute https://textbee.dev/contribute
page, consistent with the existing useCases/quickstart routes, fixing the broken
link and consolidating to one contribute page.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
isra el
2026-07-14 16:02:28 +03:00
parent f5815e1069
commit 60e59f0221

View File

@@ -1,6 +1,6 @@
export const Routes = {
landingPage: 'https://textbee.dev',
contribute: '/contribute',
contribute: 'https://textbee.dev/contribute',
useCases: 'https://textbee.dev/use-cases',
quickstart: 'https://textbee.dev/quickstart',
login: '/login',