fix(public): link to selfhosting

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-11-14 15:20:10 +01:00
parent 5b49d7ef1a
commit 7ad40ed30f

View File

@@ -170,7 +170,10 @@ export function Features() {
'We offer a cloud version of the platform, but you can also self-host it on your own infrastructure.', 'We offer a cloud version of the platform, but you can also self-host it on your own infrastructure.',
]} ]}
/> />
<FeatureMore href="#" className="mt-4 -mb-4"> <FeatureMore
href="/docs/self-hosting/self-hosting"
className="mt-4 -mb-4"
>
More about self-hosting More about self-hosting
</FeatureMore> </FeatureMore>
</Feature> </Feature>