Versão final dos slides da palestra
This commit is contained in:
parent
d96827edcc
commit
6b900005b4
27 changed files with 8523 additions and 0 deletions
16
netlify.toml
Normal file
16
netlify.toml
Normal file
|
@ -0,0 +1,16 @@
|
|||
[build.environment]
|
||||
NODE_VERSION = "18"
|
||||
|
||||
[build]
|
||||
publish = "dist"
|
||||
command = "npm run build"
|
||||
|
||||
[[redirects]]
|
||||
from = "/.well-known/*"
|
||||
to = "/.well-known/:splat"
|
||||
status = 200
|
||||
|
||||
[[redirects]]
|
||||
from = "/*"
|
||||
to = "/index.html"
|
||||
status = 200
|
Loading…
Add table
Add a link
Reference in a new issue