Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Merge branch 'main' into benarent/munchkin
Browse files Browse the repository at this point in the history
  • Loading branch information
benarent authored Jan 29, 2024
2 parents cbfe7f0 + 76e9cf7 commit cc0f240
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,19 @@ const Analytics = () => {
</>
)}
{/* End Munchin Script */}
{/* Script for adding Qualified (https://www.qualified.com/)*/}
<Script id="script_qualified">
{`
(function(w,q){
w['QualifiedObject']=q;
w[q]=w[q]||function(){
(w[q].q=w[q].q||[]).push(arguments)
};
})(window,'qualified')
`}
</Script>
<Script src="https://js.qualified.com/qualified.js?token=GWPbwWJLtjykim4W" />
{/* End script for adding Qualified */}
{NEXT_PUBLIC_GTM_ID && (
<>
{/* Google Tag Manager */}
Expand Down

0 comments on commit cc0f240

Please sign in to comment.