diff --git a/docs/html/_redirects.yaml b/docs/html/_redirects.yaml index 8ecf22ecfe2a6..07b8ef784f7e8 100644 --- a/docs/html/_redirects.yaml +++ b/docs/html/_redirects.yaml @@ -905,4 +905,14 @@ redirects: # Handle the rest of the tool pages that moved into /studio - from: /tools/... - to: /studio/tools/... \ No newline at end of file + to: /studio/tools/... + +# Vanity urls +- from: /background_optimizations + to: /preview/features/background-optimization.html +- from: /background_optimizations/ + to: /preview/features/background-optimization.html +- from: /bgopt + to: /preview/features/background-optimization.html +- from: /bgopt/ + to: /preview/features/background-optimization.html \ No newline at end of file