Versão final dos slides da palestra

This commit is contained in:
Renne Rocha 2025-05-16 16:54:28 -03:00
parent d96827edcc
commit 6b900005b4
27 changed files with 8523 additions and 0 deletions

7
vercel.json Normal file
View file

@ -0,0 +1,7 @@
{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"buildCommand": "npm run build",
"outputDirectory": "dist"
}