Skip to content

Commit

Permalink
remove build_id and build_date from _app.js (#916)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fbasham authored Nov 8, 2023
1 parent 9c28bfb commit 418bee2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pages/_app.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@ function MyApp({ Component, pageProps }) {
<>
<Head>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="og:builddate"
content={process.env.NEXT_PUBLIC_BUILD_DATE}
/>
<meta name="og:buildid" content={process.env.NEXT_PUBLIC_BUILD_ID} />
</Head>
<Component {...pageProps} />
</>
Expand Down

0 comments on commit 418bee2

Please sign in to comment.