fix syntax

This commit is contained in:
Marko Trebizan 2022-01-20 12:38:56 +01:00
parent d4f0e484b1
commit 4143b1f9bf

View File

@ -11,10 +11,10 @@ This does not only influences the users when using the site but also Lighthouse
# Exploring Partytown
Developers at BuilderIO created an library [https://github.com/BuilderIO/partytown](Partytown) that would allow relocating resources from 3rd party scripts off the main thread.
Developers at BuilderIO created an library [Partytown](https://github.com/BuilderIO/partytown) that would allow relocating resources from 3rd party scripts off the main thread.
We won't dive into specifics how it works, because they explain it nicely on their GitHub page.
In our stack we use [https://nextjs.org/](Next.js) React framework and we will go through the basic steps that will allow us to include Partytown for Google Tag Manager.
In our stack we use [Next.js](https://nextjs.org/) React framework and we will go through the basic steps that will allow us to include Partytown for Google Tag Manager.
## Setup