From 90f97af357f053e035f090d59a56a2f378f163d6 Mon Sep 17 00:00:00 2001 From: Orion Reed Date: Mon, 8 Jul 2024 01:21:32 +0100 Subject: [PATCH] plz fix --- vercel.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 7c98098..c46d8da 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,11 @@ { "buildCommand": "yarn build", "framework": "vite", - "outputDirectory": "dist" + "outputDirectory": "dist", + "rewrites": [ + { + "source": "/posts/(.*)", + "destination": "/posts/$1" + } + ] } \ No newline at end of file