Retarget deployment from Plesk to Dokploy (Docker Compose)

This commit is contained in:
Leon Serfaty
2026-06-07 18:30:53 -04:00
parent f033f00379
commit 8138827657
16 changed files with 1001 additions and 170 deletions
+7 -2
View File
@@ -25,6 +25,7 @@ export function SiteFooter() {
["How it works", "/#how-it-works"],
["Features", "/#features"],
["Pricing", "/pricing"],
["FAQ", "/faq"],
]}
/>
<FooterCol
@@ -38,8 +39,12 @@ export function SiteFooter() {
<FooterCol
title="Legal"
links={[
["Terms", "/terms"],
["Privacy", "/privacy"],
["Terms of Service", "/terms"],
["Privacy Policy", "/privacy"],
["Cookie Policy", "/cookies"],
["Acceptable Use", "/acceptable-use"],
["Refund Policy", "/refunds"],
["Subprocessors", "/subprocessors"],
]}
/>
</div>