Updated the analytics origin documentation for the Website service target.

This commit is contained in:
2026-08-20 01:14:49 +02:00
parent 6ecc20987f
commit 6c014525bf
3 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -194,9 +194,9 @@ Next steps:
- $W/Resources/Static/site.webmanifest (name / short_name)
2. Set a real database password in a git-ignored $W/.env
(the committed .env.local defaults the password to the slug — do NOT ship that).
3. Analytics ships OFF, and stays off until you opt in. To enable it: point
String.Analytics.origin at your own Umami instance (it defaults to the
reserved https://analytics.example.com), allow that origin in
3. Analytics ships OFF, and stays off until you opt in. To enable it: check
String.Analytics.origin (it defaults to the platform instance at
https://analytics.rock-n-code.com), allow that origin in
security.contentSecurityPolicy, then set ANALYTICS_WEBSITE_ID.
4. Point the git remote at your new repository:
git remote set-url origin <new-repo-url> # or 'git remote add origin ...'