Rebrand product as Manyangles and add Authentik

This commit is contained in:
2026-09-08 09:17:25 -04:00
parent 27e2f196eb
commit f5702caaea
37 changed files with 630 additions and 237 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { slugify } from "./slug";
describe("slugify", () => {
test("lowercases and hyphenates titles", () => {
expect(slugify("Maya & Jonah Wedding")).toBe("maya-jonah-wedding");
expect(slugify("Summer Block Party")).toBe("summer-block-party");
});
test("falls back when the title has no letters", () => {