Skip to content

Commit

Permalink
add vercel config
Browse files Browse the repository at this point in the history
  • Loading branch information
Gyles Fohl authored and Gyles Fohl committed Aug 21, 2024
1 parent 5f90609 commit 3c8a0f9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/routes/_layout._index/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export const Hero = () => {
height={56}
priority
className="mb-3 inline-block h-14 w-14 rounded-full"
cdn="vercel"
/>
<h1 className="flex flex-col gap-3.5 text-5xl font-bold tracking-tight text-foreground sm:text-6xl">
Gyles Fohl
Expand Down
10 changes: 10 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"images": {
"sizes": [56, 256, 640, 1080, 2048, 3840],
"minimumCacheTTL": 60,
"formats": ["image/avif", "image/webp"],
"dangerouslyAllowSVG": false,
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
"contentDispositionType": "inline"
}
}

0 comments on commit 3c8a0f9

Please sign in to comment.