You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to support runtime configuration instead of build only. I manage a project with a staging domain and I have to build it separately to handle different domains.
edit: I use the nuxt 3 component module
The text was updated successfully, but these errors were encountered:
we actually use the domain as configured in the .env file.
But I don't think that's meets your needs. In fact, if you modify the .env file, you'll have to redo a Nuxt dev (or build) so that the modifications are taken into account.
To be honest, I don't see how you can modify your environment variables once the project has been built.
Could you clarify this for me so that we can take a closer look?
Hi, thanks for your answer. I can use the NUXT_PUBLIC_TWICPICS_DOMAIN env variable and it works fine even after a build. Thing is twicpics nuxt3 module require a domain option even if i set one in the with the env variable.
Hi,
It would be nice to support runtime configuration instead of build only. I manage a project with a staging domain and I have to build it separately to handle different domains.
edit: I use the nuxt 3 component module
The text was updated successfully, but these errors were encountered: