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:
@@ -771,8 +771,8 @@ export const templates: TemplateData[] = [
|
|||||||
logo: "postiz.png",
|
logo: "postiz.png",
|
||||||
links: {
|
links: {
|
||||||
github: "https://github.com/gitroomhq/postiz",
|
github: "https://github.com/gitroomhq/postiz",
|
||||||
website: "https://postiz.io",
|
website: "https://postiz.com",
|
||||||
docs: "https://docs.postiz.io",
|
docs: "https://docs.postiz.com",
|
||||||
},
|
},
|
||||||
tags: ["cms", "content-management", "publishing"],
|
tags: ["cms", "content-management", "publishing"],
|
||||||
load: () => import("./postiz/index").then((m) => m.generate),
|
load: () => import("./postiz/index").then((m) => m.generate),
|
||||||
|
|||||||
Reference in New Issue
Block a user