mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: template pointing to wrong TLD
This commit is contained in:
parent
da005bc511
commit
28f2c1a3c0
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user