Skip to content

Commit

Permalink
Merge pull request #722 from henriklovhaug/canary
Browse files Browse the repository at this point in the history
fix: postiz template pointing to wrong TLD
  • Loading branch information
Siumauricio authored Nov 18, 2024
2 parents da005bc + 28f2c1a commit 5881423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/dokploy/templates/templates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 5881423

Please sign in to comment.