From e7d3c4a1676c92800fc76a3515f4e30743b066bc Mon Sep 17 00:00:00 2001 From: koeeenig Date: Mon, 15 Jan 2024 23:08:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20unroot=20vercel=20output=20direc?= =?UTF-8?q?tory?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 92093a7..f15775d 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,5 @@ { - "buildCommand": "cd ./src/BlazeKit.Website ; /vercel/.dotnet/dotnet publish -o .blazekit/build/tmp ; /vercel/.dotnet/dotnet run ssg ; mkdir -p /.vercel/output/static ; cp -r .blazekit/build/ssg /.vercel/output/static", + "buildCommand": "cd ./src/BlazeKit.Website ; /vercel/.dotnet/dotnet publish -o .blazekit/build/tmp ; /vercel/.dotnet/dotnet run ssg ; mkdir -p .vercel/output/static ; cp -r .blazekit/build/ssg .vercel/output/static", "installCommand": "chmod +x ./install.sh ; ./install.sh; export DOTNET_ROOT=$HOME/.dotnet ; export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools ; /vercel/.dotnet/dotnet --version", "outputDirectory": ".vercel/output/static", "headers": [