I just published a Nuxt App on Google App Engine and I'm trying to redirect all traffic to the www version of the site.
For example, send example.com or example.com/about to www.example.com and www.example.com/about respectively.
I also have a separate website hosted on blog.example.com.
How would I implement redirects to the www. version of the site for the main site?