Skip to content

Commit bab0d38

Browse files
author
James Brundage
committed
feat: psturtle.com analytics ( Fixes #189 )
Adjusting tracking id
1 parent 4221595 commit bab0d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

psturtle.com/config.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ $site.HighlightJS = [Ordered]@{Languages=@('powershell')}
347347
#endregion Highlight Settings
348348

349349
#region Google Analytics
350-
$site.AnalyticsID = 'G-NCPS4FQLC8'
350+
$site.AnalyticsID = 'G-G9D8TQ3G2L' # replace with your Google Analytics ID
351351
#endregion Google Analytics
352352

353353
if ($PSScriptRoot) { Pop-Location }

0 commit comments

Comments
 (0)