digitoolmedia / first

This is the first, official, Nuxt project that digitoolmedia started working on.
MIT License
1 stars 1 forks source link

fix: env URL with regex https protocol #4

Closed sandros94 closed 1 year ago

sandros94 commented 1 year ago

https://github.com/digitoolmedia/first/blob/c439cf53ae6dae1aa1f8096962c2158015ffa4bf/nuxt.config.ts#L80

As per title, I need the URL env to include https protocol if doesn't include it using regex.

I still need to learn regex...

sandros94 commented 1 year ago

I'll deal with this in a later date