Skip to content

Commit

Permalink
[fix] origin script 태그로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
euije committed Mar 5, 2024
1 parent fd0f59d commit a27186c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,11 @@ export default function RootLayout({
return (
<html lang='ko' suppressHydrationWarning>
<head>
<Script
<script
async
strategy='beforeInteractive'
crossOrigin='anonymous'
src='https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8374722078438476'
></Script>
></script>
</head>
<body>
<Analytics />
Expand Down

0 comments on commit a27186c

Please sign in to comment.