Skip to content

Commit df9afe8

Browse files
committed
set it explicitly even for main site
1 parent 69fe30f commit df9afe8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bash__deploy-nginx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ env:
1717
PLAUSIBLE_SCRIPT_URL: 'https://plausible.arm1.nemanjamitic.com/js/script.js'
1818
SSH_ALIAS: arm1
1919
# can be omitted for main domain, will default to SITE_URL
20-
# PLAUSIBLE_DOMAIN: 'nemanjamitic.com'
20+
PLAUSIBLE_DOMAIN: 'nemanjamitic.com'
2121

2222
jobs:
2323
deploy:

docs/working-notes/todo3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ js function to print image dom and src size over image for debugging, moze npm p
548548
fix github action docker arm x86
549549
restructure folders, folder name, mdx and images in same folder
550550
content collections to content layer
551-
fix plausible for all subdomains
551+
fix plausible for all subdomains, done same data-domain="nemanjamitic.com", ok
552552
gallery astro image
553553
prettyPrintObject in_ dev works after page load, ok
554554
------------

0 commit comments

Comments
 (0)