ACuriousProgrammer
how to extend nuxt security headers after build using enviroment vars?
Hi all nuxt noob here, (i am php backend developer normally)
I have a nuxt project that is deployed to a static webapp on azure along with a cdn also deployed automatically, i dont know the cdn url before build and i want to add it to allow images from cdn.
thats what i currently have in the nuxt.config.js which doesnt seem to work
I found that I can add hooks like ready
I tried that from a suggestion from chatgpt but it doesnt work and i cant seem to find how to access the security headers to update them
i would appritiate the help
24 replies