We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 423b7d2 commit 9b214e0Copy full SHA for 9b214e0
src/deploy/actions.ts
@@ -27,9 +27,6 @@ export default async function deploy(
27
throw new Error('Cannot execute the build target');
28
}
29
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
33
const overrides = {
34
...(options.baseHref && { baseHref: options.baseHref })
35
};
0 commit comments