syntaxfm / website

Syntax Podcast Website
https://syntax.fm
MIT License
982 stars 493 forks source link

feat: redirect /shop to sentry.shop #1734

Closed w3cj closed 1 week ago

vercel[bot] commented 1 week ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
syntax-website ✅ Ready (Inspect) Visit Preview Jul 8, 2024 4:13pm
codecov[bot] commented 1 week ago

Bundle Report

Changes will increase total bundle size by 262 bytes :arrow_up:

Bundle name Size Change
website-client-esm 2.28MB 4 bytes :arrow_up:
website-server-esm 30.68MB 258 bytes :arrow_up:
wesbos commented 1 week ago

i was JUST thinking that we should make a little UI for these redirects. I have a few of them in cloudflare workers but I'd like to move them into our app.

w3cj commented 1 week ago

i was JUST thinking that we should make a little UI for these redirects. I have a few of them in cloudflare workers but I'd like to move them into our app.

Oh nice. Like an admin dashboard to create them and then a handler in 404 to redirect if found?

wesbos commented 1 week ago

Yeah I was thinking an admin dashboard to make them, and then not sure the best/most performant way to check. Might even be better as an edge function... ILl merge this though, but we can noddle on it