Skip to content

Commit

Permalink
Fix env designation & docs description (#185)
Browse files Browse the repository at this point in the history
* description fix

* Fix env designation
  • Loading branch information
Kluskey authored May 22, 2024
1 parent 4ef4cc3 commit 387be12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mirror-docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const config = {
{ name: 'og:title', content: 'Docs | The Mirror' },
{ name: 'og:url', content: 'https://docs.themirror.space/' },
{ name: 'og:image', content: 'https://docs.themirror.space/img/DocsSite.jpg' },
{ name: 'description', content: 'Open-Source Ro' },
{ name: 'description', content: 'Open-Source Roblox & UEFN Alternative' },
{ name: 'og:description', content: 'Game Development Platform: The Ultimate Sandbox' },
{ name: 'twitter:title', content: 'Docs | The Mirror' },
{ name: 'twitter:description', content: 'Game Development Platform: The Ultimate Sandbox' },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func _send_track_event(event: AnalyticsEvent, properties := {}) -> void:
var standard_properties = {
"token": api_token,
"distinct_id": event.user_id,
"env": "open-source"
"env": "open-source-v2"
}
if not properties.is_empty():
standard_properties.merge(properties)
Expand Down

0 comments on commit 387be12

Please sign in to comment.