Skip to content

Commit

Permalink
πŸ’š unroot vercel output directory
Browse files Browse the repository at this point in the history
  • Loading branch information
koeeenig committed Jan 15, 2024
1 parent 774f8ae commit e7d3c4a
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": "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": [
Expand Down

0 comments on commit e7d3c4a

Please sign in to comment.