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 6b26bd5 commit 8d3ccb0Copy full SHA for 8d3ccb0
frameworks/angular/TS/src/nutrient/nutrient-config.ts
@@ -13,9 +13,9 @@ export interface NutrientConfig {
13
* Default configuration for Nutrient Web SDK
14
*/
15
export const nutrientConfig: NutrientConfig = {
16
- // For CDN installations, this should be undefined
+ // For CDN installations, point to the CDN baseUrl
17
// For package installations, this will be set to your local asset path
18
- baseUrl: undefined,
+ baseUrl: "https://cdn.cloud.pspdfkit.com/[email protected]/",
19
20
// Default document for examples - you can change this to your own PDF
21
documentUrl: "https://www.nutrient.io/downloads/nutrient-web-demo.pdf",
0 commit comments