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