From f58435291a22349942013456e293a15901163688 Mon Sep 17 00:00:00 2001 From: iamhectorsosa Date: Wed, 14 Feb 2024 12:40:18 +0100 Subject: [PATCH] Updating Turbo config --- turbo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index a700a7f..ba74175 100644 --- a/turbo.json +++ b/turbo.json @@ -8,7 +8,7 @@ "outputs": [ ".next/**", "!.next/cache/**", - "./vitepress/dist/**", + ".vitepress/dist/**", "dist/**" ] },