Commit 597f169
committed
fix: add 'unsafe-inline' to script-src CSP — Next.js requires inline scripts for hydration
Without this, React never hydrates on the client side, making all
interactive elements (hamburger menu, login form, etc.) completely
non-functional. This was the root cause of the mobile menu not working.1 parent 6e36f6c commit 597f169
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments