Skip to content

Commit d6a6deb

Browse files
authored
Merge branch 'main' into feat-examples-code
2 parents 5144967 + 580faad commit d6a6deb

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

app/blog/netlify-partnership.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This template is a great way to explore how TanStack Start and Netlify work toge
3939

4040
We’re just getting started. Expect more updates, new features, and deeper collaboration between TanStack Start and Netlify. Stay tuned for success stories, guides, and real-world examples showcasing what’s possible with this powerful combination.
4141

42-
Additionally, join us for a **special TanStack Start episode on Netlify’s Remote Desk series**. We’ll dive into live demos, developer tips, and an exclusive Q&A to show how to unlock the full potential of TanStack Start on Netlify.
42+
Additionally, join us March 31 for a **special TanStack Start episode on [Netlify’s Remote Desk series](https://www.netlify.com/webinars/netlify-remote-desk/)**. We’ll dive into live demos, developer tips, and an exclusive Q&A to show how to unlock the full potential of TanStack Start on Netlify.
4343

4444
**Ready to dive in?** Check out the [TanStack Start docs](/start/latest/docs/framework/react/overview), explore the deployment guides, and start building with Netlify today.
4545

app/components/GoogleScripts.tsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ const googleScriptFn = (slots: typeof adSlots) => {
5555
googletag.pubads().enableSingleRequest()
5656
googletag.enableServices()
5757

58-
// Set individual refresh intervals for each ad
59-
slotInstances.forEach((slotInstance, index) => {
60-
const slot = Object.values(slots)[index]
61-
setInterval(function () {
62-
googletag.cmd.push(function () {
63-
googletag.pubads().refresh([slotInstance])
64-
})
65-
}, slot.refreshInterval)
66-
})
58+
// // Set individual refresh intervals for each ad
59+
// slotInstances.forEach((slotInstance, index) => {
60+
// const slot = Object.values(slots)[index]
61+
// setInterval(function () {
62+
// googletag.cmd.push(function () {
63+
// googletag.pubads().refresh([slotInstance])
64+
// })
65+
// }, slot.refreshInterval)
66+
// })
6767
})
6868
}
6969

0 commit comments

Comments
 (0)