Commit 00336c0
committed
fix(@angular-devkit/build-angular): ensure route has leading slash in prerender builder
Ensures that the route always starts with a leading slash when calling the render function, preventing potential issues with relative paths or incorrect URL resolution during prerendering.
(cherry picked from commit 30d8332)1 parent f0073d1 commit 00336c0
File tree
1 file changed
+1
-1
lines changed- packages/angular_devkit/build_angular/src/builders/prerender
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
220 | | - | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments