From 28f2c1a3c07ab9511be57fb6c110e973b7cf1779 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20T=C3=B8n=20L=C3=B8vhaug?= Date: Mon, 18 Nov 2024 09:03:48 +0100 Subject: [PATCH] fix: template pointing to wrong TLD --- apps/dokploy/templates/templates.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/dokploy/templates/templates.ts b/apps/dokploy/templates/templates.ts index 40f5e736c..d0b29fc66 100644 --- a/apps/dokploy/templates/templates.ts +++ b/apps/dokploy/templates/templates.ts @@ -771,8 +771,8 @@ export const templates: TemplateData[] = [ logo: "postiz.png", links: { github: "https://github.com/gitroomhq/postiz", - website: "https://postiz.io", - docs: "https://docs.postiz.io", + website: "https://postiz.com", + docs: "https://docs.postiz.com", }, tags: ["cms", "content-management", "publishing"], load: () => import("./postiz/index").then((m) => m.generate),