jd_solanki
jd_solanki
NNuxt
Created by jd_solanki on 7/23/2024 in #❓・help
Reduce worker size on Cloudflare ☁
ohk, Thanks man.
8 replies
NNuxt
Created by jd_solanki on 7/23/2024 in #❓・help
Reduce worker size on Cloudflare ☁
Do you know in future what kind of things add upto my worker size which I should be aware of after disabling OG image module?
8 replies
NNuxt
Created by jd_solanki on 7/23/2024 in #❓・help
Reduce worker size on Cloudflare ☁
Hey Harlan, Nice to see you. I really appreciate your efforts on SEO 🫡 If I disable the OG Image module then do we manully have to handle them like traditional JS web app? Isn't there any middle ground?
8 replies
NNuxt
Created by jd_solanki on 4/7/2024 in #❓・help
Optimal way to handle OAuth2 callback without registering route
I tried await and it looks like page is not visible in between. 🥂 Thanks I'll let you know if something weird happens.
5 replies
NNuxt
Created by jd_solanki on 4/7/2024 in #❓・help
Optimal way to handle OAuth2 callback without registering route
Thanks for your prompt reply. However, still it will be considered as a route/page
5 replies
NNuxt
Created by jd_solanki on 6/16/2023 in #❓・help
How to get full req URL in server plugin & update appConfig that gets carried/reflected to client
Meaning demo in baseUrl is just for single deployment dir, I'm going to server that demo dir's nuxt to six different sub paths named above 😅
14 replies
NNuxt
Created by jd_solanki on 6/16/2023 in #❓・help
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 nginx
14 replies
NNuxt
Created by jd_solanki on 6/16/2023 in #❓・help
How to get full req URL in server plugin & update appConfig that gets carried/reflected to client
URL is localhost/about instead of full path
14 replies
NNuxt
Created by jd_solanki on 6/16/2023 in #❓・help
How to get full req URL in server plugin & update appConfig that gets carried/reflected to client
No description
14 replies
NNuxt
Created by jd_solanki on 6/16/2023 in #❓・help
How to get full req URL in server plugin & update appConfig that gets carried/reflected to client
base is from nuxt config:
app: {
baseURL: '/vuexy-vuejs-admin-template/demo/',
},
app: {
baseURL: '/vuexy-vuejs-admin-template/demo/',
},
14 replies
NNuxt
Created by jd_solanki on 6/16/2023 in #❓・help
How to get full req URL in server plugin & update appConfig that gets carried/reflected to client
No description
14 replies
NNuxt
Created by jd_solanki on 6/16/2023 in #❓・help
How to get full req URL in server plugin & update appConfig that gets carried/reflected to client
14 replies