Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit 3a0c38b

Browse files
committed
fix(@nguniversal/aspnetcore-engine): correctly set publicPath
(cherry picked from commit 8bda041)
1 parent 3926698 commit 3a0c38b

File tree

1 file changed

+1
-0
lines changed
  • modules/aspnetcore-engine/src

1 file changed

+1
-0
lines changed

modules/aspnetcore-engine/src/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export async function ngAspnetCoreEngine(options: Readonly<IEngineOptions>)
7878
providers: [...(options.providers || []), getReqResProviders(options.request.origin, options.request.data.request)],
7979
bootstrap: options.ngModule,
8080
inlineCriticalCss: options.inlineCriticalCss,
81+
publicPath: options.publicPath,
8182
};
8283

8384

0 commit comments

Comments
 (0)