mirror of
https://github.com/zyqunix/tools.git
synced 2025-07-06 06:20:30 +02:00
/guestbook, /autist, font changes and a new /projects entry
This commit is contained in:
parent
edc8589d1d
commit
8fc3faf8bb
41 changed files with 400 additions and 101 deletions
8
netlify.toml
Normal file
8
netlify.toml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue