Skip to content

Commit 6dc3d20

Browse files
983689: updated the cdn links
1 parent 7c353ae commit 6dc3d20

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Document-Processing/PDF/PDF-Viewer/blazor/how-to/improve-performance-using-CDN.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,12 @@ Use version-pinned URLs and update them when upgrading the package.
1919

2020
<head>
2121
<!-- Syncfusion Blazor PDF Viewer control's theme style sheet -->
22-
<link href="https://cdn.syncfusion.com/blazor/25.1.35/styles/bootstrap5.css" rel="stylesheet" />
23-
<!-- Syncfusion Blazor PDF Viewer control's scripts -->
24-
<script src="https://cdn.syncfusion.com/blazor/25.1.35/syncfusion-blazor-sfpdfviewer.min.js" type="text/javascript"></script>
22+
<link href="https://cdn.syncfusion.com/blazor/31.1.21/styles/bootstrap5.css" rel="stylesheet" />
2523
</head>
24+
<body>
25+
<!-- Syncfusion Blazor PDF Viewer control's scripts -->
26+
<script src="https://cdn.syncfusion.com/blazor/31.1.21/syncfusion-blazor-sfpdfviewer.min.js" type="text/javascript"></script>
27+
</body>
2628

2729
```
2830

0 commit comments

Comments
 (0)