Skip to content

Commit

Permalink
Update Vercel deployment configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
klaasnicolaas committed Jul 24, 2024
1 parent 3de9490 commit 3bd8125
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 28 deletions.
26 changes: 0 additions & 26 deletions Dockerfile

This file was deleted.

7 changes: 5 additions & 2 deletions vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@
"version": 2,
"builds": [
{
"src": "Dockerfile",
"use": "@vercel/docker"
"src": "docs",
"use": "@vercel/static-build",
"config": {
"distDir": "site"
}
}
],
"routes": [
Expand Down

0 comments on commit 3bd8125

Please sign in to comment.