From 7c28758204c819ed6a5dca277caedf1de0890e1f Mon Sep 17 00:00:00 2001 From: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:50:55 -0500 Subject: [PATCH] cleanup --- vercel.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/vercel.json b/vercel.json index 659b950..874e362 100644 --- a/vercel.json +++ b/vercel.json @@ -4,10 +4,6 @@ "framework": "vite", "outputDirectory": "dist", "rewrites": [ - { - "source": "/posts/(.*)", - "destination": "/" - }, { "source": "/board/(.*)", "destination": "/" @@ -19,10 +15,6 @@ { "source": "/inbox", "destination": "/" - }, - { - "source": "/books", - "destination": "/" } ], "headers": [