diff --git a/.fleek.json b/.fleek.json new file mode 100644 index 0000000..85a724a --- /dev/null +++ b/.fleek.json @@ -0,0 +1,7 @@ +{ + "build": { + "image": "denoland/deno", + "command": "deno task build", + "publicDir": "_site" + } +}