Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Nov 24, 2023
1 parent 2681e32 commit 03768af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ const nextConfig = {
destination: '/_next/image?url=:url',
has: [{ type: 'query', key: 'url', value: '(?<url>.*[jpg|png|jpeg|gif]\?itok=([\\w|-]+)).*' }],
},
{
source: '/wp-:path*',
destination: '/not-found',
}
],
};
},
Expand Down

0 comments on commit 03768af

Please sign in to comment.