Commit a0b4ea2
committed
fix(@angular/build): handle relative URLs when constructing new URLs during server fetch
Ensures proper handling of relative URLs to prevent errors in server-side fetch operations.
Closes angular#292361 parent 9b57ff0 commit a0b4ea2
File tree
1 file changed
+2
-2
lines changed- packages/angular/build/src/utils/server-rendering
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments