Is it possible to dynamically change the runtimeConfig?

For example something like this:
const config = useRuntimeConfig()
config.gtag.id = 'GT4313'
Was this page helpful?