Merge pull request #722 from henriklovhaug/canary

fix: postiz template pointing to wrong TLD
This commit is contained in:
Mauricio Siu
2024-11-18 08:57:54 -06:00
committed by GitHub

View File

@@ -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),