fix: statisticsEnabled is not defined in component
This commit is contained in:
parent
d9b8c0ec33
commit
466dffc754
2 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const goatCounterConfig = siteConfig.siteAnalytics.goatcounter
|
|||
></script>
|
||||
)}
|
||||
|
||||
{statisticsEnabled && statisticsType === 'goatcounter' && (
|
||||
{ statisticsType === 'goatcounter' && (
|
||||
<>
|
||||
{noscript ? (
|
||||
<img src={`https://${goatCounterConfig.instanceDomain}/count?p=/${Astro.url.pathname}`} alt="Analytics" />
|
||||
|
|
BIN
src/content/posts/terminal-setup/cover.jpg
Normal file
BIN
src/content/posts/terminal-setup/cover.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 174 KiB |
Loading…
Add table
Add a link
Reference in a new issue