From cd55babaa207f41cc61ac7e0d7e47b0370ad9cd1 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 23 Aug 2025 17:09:33 +0200 Subject: [PATCH] add vert.sh to the bookmarks Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- server-modules/glance.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/server-modules/glance.nix b/server-modules/glance.nix index 491e092..d7c06a1 100644 --- a/server-modules/glance.nix +++ b/server-modules/glance.nix @@ -223,6 +223,10 @@ in { title = "Mazanoke (Image optimizer)"; url = "https://mazanoke.com/"; } + { + title = "Vert (File converter)"; + url = "https://vert.sh/"; + } ]; } ];