This is an automated email from the ASF dual-hosted git repository. potiuk pushed a commit to branch staging in repository https://gitbox.apache.org/repos/asf/airflow-site.git
commit 786d3690bab189c677f332c4bd2d906c8c1b0978 Author: Jarek Potiuk <ja...@potiuk.com> AuthorDate: Tue May 13 00:36:12 2025 +0200 Temporary add staging cloudfront url --- landing-pages/site/static/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landing-pages/site/static/.htaccess b/landing-pages/site/static/.htaccess index 647d025fa2..379cdad0a9 100644 --- a/landing-pages/site/static/.htaccess +++ b/landing-pages/site/static/.htaccess @@ -1,7 +1,7 @@ RewriteEngine On RewriteCond %{REQUEST_URI} ^/docs [NC] -RewriteRule (.*) https://d7fnmbhf26p21.cloudfront.net/$1 [P] +RewriteRule (.*) https://d3a2du7x0n8ydr.cloudfront.net/$1 [P] RedirectMatch Permanent ^/docs/(stable|1.10.10)/api(\.html)?$ "https://airflow.apache.org/docs/apache-airflow/$1/rest-api-ref" RedirectMatch Permanent ^/docs/(stable|1.10.10)/(cli|macros)(\.html)?$ "https://airflow.apache.org/docs/apache-airflow/$1/$2-ref"