fix(Analytics) Fixing GA Tag
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ builder.Services.AddBlazoredLocalStorageAsSingleton(config =>
|
|||||||
#if DEBUG
|
#if DEBUG
|
||||||
builder.Services.AddGoogleAnalytics("G-S96LW7TVFY");
|
builder.Services.AddGoogleAnalytics("G-S96LW7TVFY");
|
||||||
#else
|
#else
|
||||||
builder.Services.AddGoogleAnalytics(builder.Configuration["GA-Tag"]);
|
builder.Services.AddGoogleAnalytics(builder.Configuration["GATag"]);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
builder.Services.AddScoped<INavigationService, NavigationService>();
|
builder.Services.AddScoped<INavigationService, NavigationService>();
|
||||||
|
|||||||
Reference in New Issue
Block a user