We are currently using a proxy in our project, https://example.com is running another project and https://example.com/next is running the current project with nuxt 3.
By default the iframe calls https://example.com/__nuxt_devtools__/client/ which redirects to the other project.
Is it possible to change the url to https://example.com/next/__nuxt_devtools__/client/ without changing our proxy?
We are currently using a proxy in our project, https://example.com is running another project and https://example.com/next is running the current project with nuxt 3.
By default the iframe calls https://example.com/__nuxt_devtools__/client/ which redirects to the other project.
Is it possible to change the url to https://example.com/next/__nuxt_devtools__/client/ without changing our proxy?