Skip to content

Commit 8d3ccb0

Browse files
fix: angular, changes base url
1 parent 6b26bd5 commit 8d3ccb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frameworks/angular/TS/src/nutrient/nutrient-config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ export interface NutrientConfig {
1313
* Default configuration for Nutrient Web SDK
1414
*/
1515
export const nutrientConfig: NutrientConfig = {
16-
// For CDN installations, this should be undefined
16+
// For CDN installations, point to the CDN baseUrl
1717
// For package installations, this will be set to your local asset path
18-
baseUrl: undefined,
18+
baseUrl: "https://cdn.cloud.pspdfkit.com/[email protected]/",
1919

2020
// Default document for examples - you can change this to your own PDF
2121
documentUrl: "https://www.nutrient.io/downloads/nutrient-web-demo.pdf",

0 commit comments

Comments
 (0)