Skip to content

Commit

Permalink
fix: remove default baseHref to avoid vite warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
ocombe committed Feb 1, 2024
1 parent a450f80 commit 28e37d6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function getAppOptions(options: ServeApplicationOptions, isSsr: boolean): Applic

return {
...angularOptions,
baseHref: angularOptions.baseHref ?? './',
baseHref: angularOptions.baseHref,
preserveSymlinks: false,
outputPath: OUTPUT_PATH,
index: angularOptions.index ?? normalizedIndex,
Expand Down

0 comments on commit 28e37d6

Please sign in to comment.