Skip to content

Commit

Permalink
Update Vercel Redirects to Address Trailing Slash (#763)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdmaclean authored Oct 17, 2024
1 parent b38c575 commit 1e11911
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
{ "source": "/home/feature-management/feature-opt-in/:path*", "destination": "/platform/advanced-targeting/feature-opt-in", "statusCode": 301 },
{ "source": "/tools-and-integrations/:path*", "destination": "/integrations/:path*", "statusCode": 301 },
{ "source": "/tools-and-integrations/", "destination": "/integrations", "statusCode": 301 },
{ "source": "/extras/:path*", "destination": "/platform/:path*", "statusCode": 301 }

{ "source": "/extras/:path*", "destination": "/platform/:path*", "statusCode": 301 },
{ "source": "/extras/:path*/", "destination": "/platform/:path*", "statusCode": 301 }
],
"rewrites": [
{ "source": "/.well-known/ai-plugin.json", "destination": "/.well-known/ai-plugin.json" }
Expand Down

0 comments on commit 1e11911

Please sign in to comment.