docs icon indicating copy to clipboard operation
docs copied to clipboard

Document how redirects work in the website

Open cnunciato opened this issue 3 years ago • 0 comments

We currently support several ways of redirecting:

  • Client-side redirects with JavaScript (e.g., to redirect anchored links to full URLs)
  • Hugo meta-refreshes that are later converted into S3 301s
  • Hugo meta-refreshes that aren't converted into 301s (e.g., temporary redirects)
  • Lambda@Edge redirects with regexes for bulk content moves

We should document how each of these works so contributors can choose the right option.

cnunciato avatar Feb 02 '22 18:02 cnunciato