Skip to content

Commit

Permalink
🐛 Fix X-Frame-Option header
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 13, 2023
1 parent e39cd94 commit 7baa610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builder/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const nextConfig = withTM({
headers: [
{
key: 'X-Frame-Options',
value: 'DENY',
value: 'SAMEORIGIN',
},
],
},
Expand Down

3 comments on commit 7baa610

@vercel
Copy link

@vercel vercel bot commented on 7baa610 Feb 13, 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:

builder-v2 – ./apps/builder

builder-v2-git-main-typebot-io.vercel.app
builder-v2-typebot-io.vercel.app
app.typebot.io

@vercel
Copy link

@vercel vercel bot commented on 7baa610 Feb 13, 2023

Choose a reason for hiding this comment

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

@vercel
Copy link

@vercel vercel bot commented on 7baa610 Feb 13, 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:

docs – ./apps/docs

docs-typebot-io.vercel.app
docs-git-main-typebot-io.vercel.app
docs.typebot.io

Please sign in to comment.