Commit e7d1a72
committed
fix: configure allowedDevOrigins to suppress cross-origin warnings
Add allowedDevOrigins configuration to next.config.mjs to explicitly allow
localhost and 127.0.0.1 cross-origin requests during development. This
resolves the Next.js warning about cross-origin requests to /_next/*
resources and ensures forward compatibility with future Next.js versions.1 parent df051d6 commit e7d1a72
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments