Open azat-io opened 1 month ago
Hi. Thanks for your cool project!
I am currently having a problem when using the script on sites with relative paths. The site I'm working on is published on different domains and has different paths.
For this reason I currently have to use a hack in my Rspack config:
partytownSnippet: partytownSnippet({ lib: './', }).replace('"/"', '"."'),
The current PR adds the ability to use it with relative paths.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
What is it?
Description
Hi. Thanks for your cool project!
I am currently having a problem when using the script on sites with relative paths. The site I'm working on is published on different domains and has different paths.
For this reason I currently have to use a hack in my Rspack config:
The current PR adds the ability to use it with relative paths.
Checklist: