Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Own subdomain as proxy #46

Closed
johannschopplich opened this issue Feb 9, 2024 Discussed in #39 · 0 comments
Closed

Own subdomain as proxy #46

johannschopplich opened this issue Feb 9, 2024 Discussed in #39 · 0 comments

Comments

@johannschopplich
Copy link
Owner

Discussed in #39

Originally posted by urlexnilz January 5, 2024
Hi,
I just noticed that "nuxt-gtag" is using https://www.googletagmanager.com/gtag/js?id=${id} (hardcoded in code). We want to use a docker image as proxy for the domain www.googletagmanager.com. Is it possible to change the domain via parameter?

// Inject the Google Analytics script.
useHead({
script: [{ src: `https://www.googletagmanager.com/gtag/js?id=${id}` }],
})
```</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant