Fix /atdc URL
Some checks failed
/ check (push) Failing after 48s

This commit is contained in:
Oliver Davies 2025-07-23 19:26:21 +01:00
parent df5834fcaf
commit 2a859293a9

View file

@ -33,7 +33,7 @@ let
tomeLocations = builtins.listToAttrs (
map (path: {
name = "~ ^/${path}";
name = "~ ^/${path}$";
value = {
root = tome.root;