Skip to content

Commit 28e37d6

Browse files
committed
fix: remove default baseHref to avoid vite warning message
1 parent a450f80 commit 28e37d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

angular/app-types/angular-app-type/application.dev-server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function getAppOptions(options: ServeApplicationOptions, isSsr: boolean): Applic
6868

6969
return {
7070
...angularOptions,
71-
baseHref: angularOptions.baseHref ?? './',
71+
baseHref: angularOptions.baseHref,
7272
preserveSymlinks: false,
7373
outputPath: OUTPUT_PATH,
7474
index: angularOptions.index ?? normalizedIndex,

0 commit comments

Comments
 (0)