Adding fleek deployment data

This commit is contained in:
David E. Perez Negron R. 2024-04-29 17:52:30 -06:00
parent 8618bef364
commit 90b60f3aec
1 changed files with 7 additions and 0 deletions

7
.fleek.json Normal file
View File

@ -0,0 +1,7 @@
{
"build": {
"image": "denoland/deno",
"command": "deno task build",
"publicDir": "_site"
}
}