Skip to content

Commit

Permalink
add sdk script
Browse files Browse the repository at this point in the history
  • Loading branch information
DakotahGodfrey committed Sep 17, 2024
1 parent 1883d93 commit d76b6d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import "/styles/globals.css"

import { getHeaderContent } from "lib/cms-content/getHeaderContent"
import { redirect } from "next/navigation"
import Script from "next/script"

const inter = Inter({
subsets: ["latin"],
Expand Down Expand Up @@ -59,6 +60,7 @@ export default async function RootLayout({
</div>
</div>
</div>
<Script src="https://unpkg.com/@agility/web-studio-sdk@latest/dist/index.js" />
</body>
</html>
)
Expand Down

0 comments on commit d76b6d4

Please sign in to comment.