Skip to content

Commit baff8c5

Browse files
committed
remove rewrite
1 parent b90a5a9 commit baff8c5

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

projects/app/next.config.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,6 @@ const nextConfig = {
4040
}
4141
];
4242
},
43-
async rewrites() {
44-
return [
45-
{
46-
source: '/imgs/tools/:path*',
47-
destination: '/api/system/pluginImgs/:path*'
48-
}
49-
];
50-
},
5143
webpack(config, { isServer, nextRuntime }) {
5244
Object.assign(config.resolve.alias, {
5345
'@mongodb-js/zstd': false,

0 commit comments

Comments
 (0)