chore: sort conduwuit tags

This commit is contained in:
Khiet Tam Nguyen 2025-01-14 17:30:45 +11:00
parent 23b40c1aa7
commit ca9552d618
No known key found for this signature in database
GPG Key ID: 820E05388D9E305B

View File

@ -1251,7 +1251,7 @@ export const templates: TemplateData[] = [
website: "https://conduwuit.puppyirl.gay",
docs: "https://conduwuit.puppyirl.gay/configuration.html",
},
tags: ["matrix", "communication", "chat", "server", "backend"],
tags: ["backend", "chat", "communication", "matrix", "server"],
load: () => import("./conduwuit/index").then((m) => m.generate),
},
];