We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ab80a commit b7502b8Copy full SHA for b7502b8
next.config.js
@@ -2,7 +2,7 @@ module.exports = {
2
headers() {
3
return [
4
{
5
- source: "/js/*",
+ source: "/js/:path*",
6
headers: [
7
{ key: "Access-Control-Allow-Origin", value: "*" },
8
]
0 commit comments