Skip to content

Commit

Permalink
comment googleapi
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubik committed Jul 2, 2024
1 parent da5f6ff commit e33a0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/layout/head.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ const Head = ({ title, description }) => {
{/* Styles and scripts */}
{/* TODO: use next/script for all scripts across app */}
{/* eslint-disable-next-line @next/next/no-sync-scripts */}
{process.env.GOOGLE_API_KEY && (
{/* {process.env.GOOGLE_API_KEY && (
<script src={`https://maps.googleapis.com/maps/api/js?key=${process.env.GOOGLE_API_KEY}&libraries=places`} defer />
)}
)} */}
{process.env.ENV === 'production' && !(process.env.DISABLE_HOTJAR === 'true') && (
<script
dangerouslySetInnerHTML={{
Expand Down

0 comments on commit e33a0e0

Please sign in to comment.