Next.js appDir
Hi! Can i use your package with Next.js appDir?
I quess no =) https://nextjs.org/docs/app/building-your-application/upgrading/app-router-migration#step-3-migrating-nexthead
Hi @r34son, did you find a solid solution for setting strict CSP in Nextjs's app router? I've stumbled across a dedicated documentation page and it's nothing short of magic. Link below:
https://nextjs.org/docs/app/building-your-application/configuring/content-security-policy
Hi, you can look at my solution here https://github.com/r34son/profile/blob/master/src/middleware.ts
cc @alvyynm
Thank you @r34son