diff --git a/aio/firebase.json b/aio/firebase.json index ae07bfe70f..a25994b18b 100644 --- a/aio/firebase.json +++ b/aio/firebase.json @@ -128,7 +128,8 @@ // The below paths are referenced in users projects generated by the CLI {"type": 301, "source": "/config/tsconfig", "destination": "/guide/typescript-configuration"}, {"type": 301, "source": "/config/solution-tsconfig", "destination": "https://devblogs.microsoft.com/typescript/announcing-typescript-3-9/#solution-style-tsconfig"}, - {"type": 301, "source": "/config/app-package-json", "destination": "/guide/strict-mode#non-local-side-effects-in-applications"} + {"type": 301, "source": "/config/app-package-json", "destination": "/guide/strict-mode#non-local-side-effects-in-applications"}, + {"type": 301, "source": "/strict", "destination": "/guide/strict-mode"} ], "rewrites": [ { diff --git a/aio/ngsw-config.json b/aio/ngsw-config.json index c3977373aa..7de07ae773 100644 --- a/aio/ngsw-config.json +++ b/aio/ngsw-config.json @@ -148,6 +148,7 @@ "!/styleguide/**", "!/testing", "!/testing/**", - "!/config/**" + "!/config/**", + "!/strict" ] }