Skip to content
This repository was archived by the owner on Nov 17, 2022. It is now read-only.

Commit cff314f

Browse files
authored
fix: redirect code-sharing story to Angular only (#1696)
1 parent 4aa9c09 commit cff314f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/nginx.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ http {
108108
rewrite ^(/angular)?/publishing/creating-launch-screens-ios $proto://$host_and_port$1/tooling/publishing/creating-launch-screens-ios permanent;
109109
rewrite ^(/angular)?/publishing/creating-launch-screens-android $proto://$host_and_port$1/tooling/publishing/creating-launch-screens-android permanent;
110110

111+
# Redirect Code Sharing story to Angular flavour
112+
rewrite ^/code-sharing/intro $proto://$host_and_port/angular/code-sharing/intro permanent;
113+
111114
# Redirect base Angular link
112115
rewrite ^/angular$ $proto://$host_and_port/angular/start/introduction permanent;
113116
rewrite ^/angular/start/how-it-works$ $proto://$host_and_port/angular/core-concepts/technical-overview permanent;

0 commit comments

Comments
 (0)