Skip to content

Commit

Permalink
Merge pull request #172 from spryker-community/YOKRU
Browse files Browse the repository at this point in the history
Yet Another Keystatic Redirect Update
  • Loading branch information
gxjansen authored Nov 27, 2024
2 parents 420d0d0 + 200da0e commit 33eb739
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
/discussions/ https://forum.commercequest.space/discussions/ 301
/profile/* https://forum.commercequest.space/profile/:splat 301

# Keystatic routes - ensure OAuth callback is handled
/keystatic/cloud/oauth/callback /keystatic/cloud/oauth/callback 200
/keystatic/* /keystatic/:splat 200
/admin /keystatic 301
# Keystatic GitHub OAuth routes
/api/keystatic/github/oauth/callback /.netlify/functions/entry 200
/api/keystatic/github/login /.netlify/functions/entry 200
/api/keystatic/* /.netlify/functions/entry 200
/keystatic/* /.netlify/functions/entry 200
/keystatic /.netlify/functions/entry 200
/admin /keystatic 301

/* /index.html 200

0 comments on commit 33eb739

Please sign in to comment.