Skip to content

Commit

Permalink
Fix github star and fork button on the front page (#625)
Browse files Browse the repository at this point in the history
Co-authored-by: tsaitsung-han.tht <[email protected]>
  • Loading branch information
tsunghanjacktsai and tsaitsung-han.tht authored Feb 23, 2024
1 parent f38b1b3 commit e6b74d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Home() {
description={`${siteConfig.tagline}`}
>
<Head>
<meta http-equiv="Content-Security-Policy" content="frame-src 'self' https://ghbtns.com/" />
<meta http-equiv="Content-Security-Policy" content="frame-src *" />
</Head>
<Hero/>
<main>
Expand Down

0 comments on commit e6b74d1

Please sign in to comment.