Skip to content

Commit b7502b8

Browse files
committed
update
1 parent b1ab80a commit b7502b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module.exports = {
22
headers() {
33
return [
44
{
5-
source: "/js/*",
5+
source: "/js/:path*",
66
headers: [
77
{ key: "Access-Control-Allow-Origin", value: "*" },
88
]

0 commit comments

Comments
 (0)