/guestbook, /autist, font changes and a new /projects entry

This commit is contained in:
zyqunix 2024-12-02 19:57:07 +01:00
parent edc8589d1d
commit 8fc3faf8bb
41 changed files with 400 additions and 101 deletions

8
netlify.toml Normal file
View file

@ -0,0 +1,8 @@
[build]
publish = "guestbook" # or the directory that contains your index.html
functions = "functions"
[[redirects]]
from = "/functions/*"
to = "/.netlify/functions/:splat"
status = 200