From 774f8aed77ad2a30112f33b1ea4d0abae1e60126 Mon Sep 17 00:00:00 2001 From: koeeenig Date: Mon, 15 Jan 2024 23:04:25 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20create=20vercel=20directory?= 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 463b89c..92093a7 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 ; 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": [