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
commit 58814239d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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