Skip to content

Commit caa2b9a

Browse files
fix: web url link
1 parent 227b637 commit caa2b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/web/plugin_config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
class CountlyFlutterPluginConfig {
22
static const String SDK_VERSION_STRING = '25.1.0';
33
static const String SDK_NAME = 'dart-flutterb-web';
4-
static const String WEB_SDK_URL = 'https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/25.1.0/countly.min.js';
4+
static const String WEB_SDK_URL = 'https://cdn.jsdelivr.net/npm/countly-sdk-web@25.1.0/lib/countly.min.js';
55
}

0 commit comments

Comments
 (0)