From 4ca992155cb5af8ca16ed24d9910c1c7bf1838ac Mon Sep 17 00:00:00 2001 From: David Thrane Christiansen Date: Sun, 22 Dec 2024 13:07:50 +0100 Subject: [PATCH] fix: bump Verso dep (#225) This adds JS that adds trailing slashes to work around a hosting issue. This will let us disable the redirects on the server side that aren't being proxied correctly, at least as a temporary solution. RE #224 --- lake-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lake-manifest.json b/lake-manifest.json index 661677a..57afe1f 100644 --- a/lake-manifest.json +++ b/lake-manifest.json @@ -15,7 +15,7 @@ "type": "git", "subDir": null, "scope": "", - "rev": "b4623a7e137e1a987db9be2f599210bc6c5abda9", + "rev": "7d3a46ef38a48b9a5597fa543df918351a1876d1", "name": "verso", "manifestFile": "lake-manifest.json", "inputRev": "main",