diff --git a/environments/.env.develop b/environments/.env.develop index 2e275bb..8f4f3be 100644 --- a/environments/.env.develop +++ b/environments/.env.develop @@ -4,4 +4,5 @@ AURA_DAPI_PREFIX=v2 AURA_SITE_HOST=https://aura.wit.life AURA_PREFIX=api/v1 AURA_OPEN_AI_HOST=https://api.openai.com -AURA_OPEN_AI_PREFIX=v1 \ No newline at end of file +AURA_OPEN_AI_PREFIX=v1 +AURA_YANDEX_COUNTER_NUMBER=95799066 \ No newline at end of file diff --git a/environments/.env.production b/environments/.env.production index 178f647..6d73dbc 100644 --- a/environments/.env.production +++ b/environments/.env.production @@ -4,4 +4,5 @@ AURA_DAPI_PREFIX=v2 AURA_SITE_HOST=https://aura.wit.life AURA_PREFIX=api/v1 AURA_OPEN_AI_HOST=https://api.openai.com -AURA_OPEN_AI_PREFIX=v1 \ No newline at end of file +AURA_OPEN_AI_PREFIX=v1 +AURA_YANDEX_COUNTER_NUMBER=95799066 \ No newline at end of file diff --git a/index.html b/index.html index 05b8e9c..1da3385 100755 --- a/index.html +++ b/index.html @@ -42,30 +42,6 @@ } } - -
@@ -91,16 +67,9 @@ window, document, "script", - "https://mc.yandex.ru/metrika/tag.js", + "https://cdn.jsdelivr.net/npm/yandex-metrica-watch/tag.js", "ym" ); - - ym(95799066, "init", { - clickmap: true, - trackLinks: true, - accurateTrackBounce: true, - webvisor: true, - });