diff --git a/next.config.js b/next.config.js index cf1de0a6..c48574f6 100644 --- a/next.config.js +++ b/next.config.js @@ -2,7 +2,7 @@ module.exports = { headers() { return [ { - source: "/js/*", + source: "/js/:path*", headers: [ { key: "Access-Control-Allow-Origin", value: "*" }, ]