From 670593b37d0a5d485a37044d3dc2678c8f3398b8 Mon Sep 17 00:00:00 2001 From: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> Date: Sat, 10 Aug 2024 01:53:56 -0400 Subject: [PATCH] board commit --- vercel.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vercel.json b/vercel.json index 42e7df3..176c132 100644 --- a/vercel.json +++ b/vercel.json @@ -6,6 +6,10 @@ { "source": "/posts/(.*)", "destination": "/" + }, + { + "source": "/board/(.*)", + "destination": "/" } ] } \ No newline at end of file