jd_solanki
How to get full req URL in server plugin & update appConfig that gets carried/reflected to client
Actually, I need to get the full served path like
http://localhost:3000/vuexy-vuejs-admin-template/demo/about
because I have very special case where single nuxt app will get served by six different demos. (I will server demo-1,2,3,4,5,6 urls from single nuxt app and change the app config based on visited demo) using nginx14 replies