Skip to content

Commit a3345da

Browse files
committed
docs: add a short redirect for HMR information
The `https://angular.dev/hmr` URL will now redirect to the HMR information at the longer URL: https://angular.dev/tools/cli/build-system-migration#hot-module-replacement This shorter URL will be used within console messages within the Angular CLI.
1 parent b0ee7ff commit a3345da

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

adev/src/app/routes.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,10 @@ const REDIRECT_ROUTES: Route[] = [
223223
path: 'guide/prerendering',
224224
redirectTo: '/guide/ssr',
225225
},
226+
{
227+
path: 'hmr',
228+
redirectTo: '/tools/cli/build-system-migration#hot-module-replacement',
229+
},
226230
{
227231
path: 'guide',
228232
children: [

0 commit comments

Comments
 (0)