Using proxy Url Partytown

I can not use a proxy url from partytown hosting a Gatsby website on Netlify. Do I have to change to Gatsby Cloud? Or will it change now Netlify and Gatsby are going together.

I get: warn One of the glob patterns doesn’t match any files. Please remove or fix the following: {
“globDirectory”: “public”,
“globPattern”: “__third-party-proxy?url=https%3A%2F%2Fwww.googletagmanager.com%2Fgtag%2Fjs%3Fid%3Dundefined”,
“globIgnores”: [
/workbox-v4.3.1/.+(js|mjs)",
"
/node_modules//*",
"
/sw.js”
]
}

when I put partytownProxiedURLs: [https://www.googletagmanager.com/gtag/js?id=${process.env.GATSBY_GA_MEASUREMENT_ID}], in gatsby-config.js

I’m not sure if that’s a Gatsby Cloud-specific way to configure proxying, but if it is, any of those options won’t be available on Netlify (just yet). You should try using Netlify Rewrites or Edge Functions to proxy.