mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
Merge pull request #722 from henriklovhaug/canary
fix: postiz template pointing to wrong TLD
This commit is contained in:
commit
58814239d9
@ -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