Restore vercel.jsons (#2650)

This PR restores the vercel.json files in the examples/dotcom
directories.

### Change Type

- [x] `internal` — Any other changes that don't affect the published
package[^2]
pull/2651/head
Steve Ruiz 2024-01-25 23:24:22 +00:00 zatwierdzone przez GitHub
rodzic 327255bd5a
commit 0d2fa6ae24
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
3 zmienionych plików z 39 dodań i 1 usunięć

Wyświetl plik

@ -15,7 +15,7 @@ export function Footer() {
WebkitMask: `url(/tldraw-icon.svg) center 100% / 100% no-repeat`,
}}
/>
<p>tldraw © 2023</p>
<p>tldraw © 2024</p>
</a>
<div className="footer__socials">
<a

Wyświetl plik

@ -0,0 +1,19 @@
{
"headers": [
{
"source": "/assets/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public,max-age=31536000,immutable"
}
]
}
],
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
]
}

Wyświetl plik

@ -0,0 +1,19 @@
{
"headers": [
{
"source": "/assets/(.*)",
"headers": [
{
"key": "Cache-Control",
"value": "public,max-age=31536000,immutable"
}
]
}
],
"rewrites": [
{
"source": "/(.*)",
"destination": "/"
}
]
}