nuxt-mail icon indicating copy to clipboard operation
nuxt-mail copied to clipboard

Use the useRuntimeConfig() composable instead of static options

Open chrismarsh-hhl opened this issue 1 year ago • 1 comments

Using nuxt.options.runtimeConfig returns static options from nuxt.config.ts. If you use the results of useRuntimeConfig() then those values are updated by environment variables.

chrismarsh-hhl avatar Sep 30 '24 10:09 chrismarsh-hhl