Skip to content

Commit

Permalink
Fix afterFiles rewrites
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbouchenoire committed Jun 17, 2024
1 parent a42126e commit 105d8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export default () => {
}
],
afterFiles: [
({
{
source: "/:path*",
destination: `/:path*`
},
Expand All @@ -96,7 +96,7 @@ export default () => {
source: "/projects/dimmmensions/:path*",
destination:
"https://marcbouchenoire-dimmmensions.vercel.app/:path*"
})
}
]
}
}
Expand Down

0 comments on commit 105d8df

Please sign in to comment.