Skip to content

Commit 9b214e0

Browse files
committed
minor: cleanup comment
1 parent 423b7d2 commit 9b214e0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/deploy/actions.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ export default async function deploy(
2727
throw new Error('Cannot execute the build target');
2828
}
2929

30-
// baseHref (from @angular-devkit/build-angular:browser)
31-
// can be overriden here directly from the deployment builder options,
32-
// since this feature is the most important switch when deploying the github
3330
const overrides = {
3431
...(options.baseHref && { baseHref: options.baseHref })
3532
};

0 commit comments

Comments
 (0)