Skip to content

Commit a02b5f8

Browse files
committed
updated config
1 parent 7782c27 commit a02b5f8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

frontend/next.config.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
import type { NextConfig } from "next";
22

33
const nextConfig: NextConfig = {
4-
output: 'export',
54
experimental: {
65
serverActions: {
76
bodySizeLimit: '5mb'
87
}
98
},
109
images: {
11-
unoptimized: true,
1210
remotePatterns: [
1311
{
1412
protocol: 'http',
@@ -46,8 +44,7 @@ const nextConfig: NextConfig = {
4644
// hostname: 's3.ap-south-1.amazonaws.com',
4745
// }
4846
]
49-
},
50-
basePath: '/library_proj'
47+
}
5148
};
5249

5350
export default nextConfig;

0 commit comments

Comments
 (0)