I have a static nuxt site that uses environment variables that are tokenised into the application during build. On deployment we replace these tokens resulting in no rebuild on deploy.
The tokens look like:
__VITE_SOMETHING__
__VITE_SOMETHING__
, they are used for some links on the site. During static build nuxt will traverse these and I get: