Update dependencies and add wrangler config file

This commit is contained in:
Dimitri Lozeve 2024-06-08 13:20:51 +02:00
parent d79ac64f71
commit 73740c9c23
3 changed files with 133 additions and 71 deletions

View file

@ -14,5 +14,5 @@ npx wrangler pages project create
#+begin_src sh
cabal run site build
npx wrangler pages deploy _site
npx wrangler pages deploy
#+end_src