From 35359d8a809ca5ae3b6abbfea7217fcdda4279bb Mon Sep 17 00:00:00 2001 From: Charlie Brown Date: Mon, 4 Mar 2024 09:28:57 -0600 Subject: [PATCH] Attempt to use null for trailing slash --- docs/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vercel.json b/docs/vercel.json index 58465d3ca..8feaa67df 100644 --- a/docs/vercel.json +++ b/docs/vercel.json @@ -1,3 +1,3 @@ { - "trailingSlash": undefined + "trailingSlash": null }