You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Redirect all hosts starting with `labs` on to labs.quansight.org.
This should:
- Work cleanly for `labs.quansight.com`
- Not interfere with any normal function of the LLC site
- Also allow testing of the Vercel preview domains
- The Vercel preview domains have to start with `labs-`,
so the regex checks for either `labs.` or `labs-`
The redirects were rearranged to put the
labs.quansight.com entry first. Otherwise the redirects
that are internal to qs.com can mess
up pass-through paths to labs.quansight.org.
Right now `/blog` is the
main one, but there might be others...
0 commit comments