mirror of
https://github.com/vernu/textbee.git
synced 2026-08-02 02:19:05 -04:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user