Skip to content

Commit

Permalink
πŸ’š Use correct publish path
Browse files Browse the repository at this point in the history
  • Loading branch information
koeeenig committed Jan 14, 2024
1 parent 3d28fa2 commit 1d984f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"buildCommand": "/vercel/.dotnet/dotnet publish ./src/BlazeKit.Website -o .blazekit/build/tmp",
"buildCommand": "/vercel/.dotnet/dotnet publish ./src/BlazeKit.Website -o ./src/BlazeKit.Website/.blazekit/build/tmp",
"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": [
Expand Down

0 comments on commit 1d984f7

Please sign in to comment.