Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 390 Bytes

File metadata and controls

18 lines (13 loc) · 390 Bytes

zbd.dev → docs.zbdpay.com

Simple redirect proxy that forwards all traffic from zbd.dev to docs.zbdpay.com while preserving URL paths and query parameters.

Setup

npm install
npm run build
npm start

How it works

Uses Next.js middleware to perform 301 redirects:

  • zbd.dev/pathdocs.zbdpay.com/path
  • Query parameters are preserved
  • All paths are redirected