fix: add internal links

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-12-02 13:59:53 +01:00
parent a7a357eb0f
commit 50ef4c0d94
38 changed files with 652 additions and 10 deletions

View File

@@ -465,5 +465,27 @@
"label": "View on GitHub",
"href": "https://github.com/Openpanel-dev/openpanel"
}
},
"related_links": {
"articles": [
{
"title": "9 best open source web analytics tools",
"url": "/articles/open-source-web-analytics"
},
{
"title": "Self-hosted web analytics",
"url": "/articles/self-hosted-web-analytics"
}
],
"alternatives": [
{
"name": "Plausible",
"url": "/compare/plausible-alternative"
},
{
"name": "PostHog",
"url": "/compare/posthog-alternative"
}
]
}
}