Proxy the Analytics Script #66
-
Thank you for the nice package. I am trying to proxy Plausible in NextJS, and am having a bit of trouble. I noticed in the documentation:
Does this mean the package does not support setting up Plausible with SSG routes/pages? Or is there an alternative way to do so? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @vanilla-james! The only case when proxying is not supported is if you export your site as static files via |
Beta Was this translation helpful? Give feedback.
Hi @vanilla-james!
The only case when proxying is not supported is if you export your site as static files via
next export
. Can you elaborate on the issues you're having?