Skip to content

Commit 4221595

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

psturtle.com/config.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,4 +346,8 @@ $site.Image = "$($site.RootUrl)$($savedPreview.Name)"
346346
$site.HighlightJS = [Ordered]@{Languages=@('powershell')}
347347
#endregion Highlight Settings
348348

349+
#region Google Analytics
350+
$site.AnalyticsID = 'G-NCPS4FQLC8'
351+
#endregion Google Analytics
352+
349353
if ($PSScriptRoot) { Pop-Location }

0 commit comments

Comments
 (0)