Skip to content

Commit

Permalink
🐛 did not work with rewrite (#2637)
Browse files Browse the repository at this point in the history
  • Loading branch information
BorghildSelle authored Nov 4, 2024
1 parent b4f1788 commit 0861454
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,6 @@ export default withBundle({
source: '/legacy/:slug*',
destination: `${archiveServerHostname}/:slug*`,
},
{
source: 'https://envisstoragedev.blob.core.windows.net/:slug*',
destination: `${archiveServerHostname}/:slug*`,
},
].filter((e) => e)
},
async headers() {
Expand Down

0 comments on commit 0861454

Please sign in to comment.