Skip to content

Commit

Permalink
clients/embed: remove cache comment
Browse files Browse the repository at this point in the history
  • Loading branch information
emilwidlund committed Mar 22, 2024
1 parent b703c0d commit dc5d6ab
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion clients/apps/web/src/app/embed/posts.svg/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export async function GET(request: Request) {
return new Response(svg, {
headers: {
'Content-Type': 'image/svg+xml',
// Cache for one hour in user's browser and Vercel cache
'Cache-Control': 'no-cache',
},
status: 200,
Expand Down
1 change: 0 additions & 1 deletion clients/apps/web/src/app/embed/tiers.svg/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ export async function GET(request: Request) {
return new Response(svg, {
headers: {
'Content-Type': 'image/svg+xml',
// Cache for one hour in user's browser and Vercel cache
'Cache-Control': 'no-cache',
},
status: 200,
Expand Down

0 comments on commit dc5d6ab

Please sign in to comment.