Skip to content

Commit 387be12

Browse files
authored
Fix env designation & docs description (#185)
* description fix * Fix env designation
1 parent 4ef4cc3 commit 387be12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mirror-docs/docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const config = {
7272
{ name: 'og:title', content: 'Docs | The Mirror' },
7373
{ name: 'og:url', content: 'https://docs.themirror.space/' },
7474
{ name: 'og:image', content: 'https://docs.themirror.space/img/DocsSite.jpg' },
75-
{ name: 'description', content: 'Open-Source Ro' },
75+
{ name: 'description', content: 'Open-Source Roblox & UEFN Alternative' },
7676
{ name: 'og:description', content: 'Game Development Platform: The Ultimate Sandbox' },
7777
{ name: 'twitter:title', content: 'Docs | The Mirror' },
7878
{ name: 'twitter:description', content: 'Game Development Platform: The Ultimate Sandbox' },

mirror-godot-app/scripts/autoload/analytics/analytics_v2.gd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func _send_track_event(event: AnalyticsEvent, properties := {}) -> void:
3939
var standard_properties = {
4040
"token": api_token,
4141
"distinct_id": event.user_id,
42-
"env": "open-source"
42+
"env": "open-source-v2"
4343
}
4444
if not properties.is_empty():
4545
standard_properties.merge(properties)

0 commit comments

Comments
 (0)