Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/mrgnlabs/mrgn-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarpavlovsky committed Dec 10, 2023
2 parents b4c118f + f66e419 commit 30fe7e1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions apps/marginfi-v2-ui/src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ export function middleware(req: NextRequest) {
const basicAuth = req.headers.get("authorization");
const url = req.nextUrl;
const response = NextResponse.next();
// response.headers.set('Vercel-CDN-Cache-Control', 'private, max-age=10');
// response.headers.set('CDN-Cache-Control', 'private, max-age=10');
// response.headers.set('Cache-Control', 'private, max-age=10');

if (process.env.AUTHENTICATION_DISABLED === "true") {
return response;
Expand Down

2 comments on commit 30fe7e1

@vercel
Copy link

@vercel vercel bot commented on 30fe7e1 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

marginfi-landing-page – ./apps/marginfi-landing-page

marginfi-landing-page-mrgn.vercel.app
marginfi-landing-page-git-production-mrgn.vercel.app
marginfi.com
marginfi-landing-page.vercel.app
www.marginfi.com

@vercel
Copy link

@vercel vercel bot commented on 30fe7e1 Dec 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.