# Cloudflare Pages — Redirects & rewrites
# https://developers.cloudflare.com/pages/configuration/redirects/

# 다운로드 단축 URL — GitHub Releases 로 302
/download/exe                     https://github.com/weare-tech/smc/releases/latest/download/SMC_Pro.exe         302
/download/setup                   https://github.com/weare-tech/smc/releases/latest/download/SMC_Pro_Setup.exe   302
/download                         /index.html#download                                                            302
/releases                         https://github.com/weare-tech/smc/releases                                      302

# 매뉴얼 단축 URL — 확장자 없이도 접근 가능
/manual                           /manual.html                                                                    200
/docs                             /manual.html                                                                    302
/help                             /manual.html                                                                    302

# 결제 단축 (사내 라이선스 — 외부에는 노출 안 됨)
/buy                              https://smc-pro.lemonsqueezy.com/checkout/buy/pro                              302
/buy/enterprise                   mailto:sales@weare.dev?subject=SMC%20Enterprise                                302

# /reset/confirm?token=... 같은 쿼리 URL 은 /reset/confirm.html 로 매핑
/reset/confirm                    /reset/confirm.html                                                             200
