fix: template pointing to wrong TLD

This commit is contained in:
Henrik Tøn Løvhaug 2024-11-18 09:03:48 +01:00
parent da005bc511
commit 28f2c1a3c0
No known key found for this signature in database
GPG Key ID: EB650CC0EDC3BFC3

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