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": [