We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7782c27 commit a02b5f8Copy full SHA for a02b5f8
1 file changed
frontend/next.config.ts
@@ -1,14 +1,12 @@
1
import type { NextConfig } from "next";
2
3
const nextConfig: NextConfig = {
4
- output: 'export',
5
experimental: {
6
serverActions: {
7
bodySizeLimit: '5mb'
8
}
9
},
10
images: {
11
- unoptimized: true,
12
remotePatterns: [
13
{
14
protocol: 'http',
@@ -46,8 +44,7 @@ const nextConfig: NextConfig = {
46
44
// hostname: 's3.ap-south-1.amazonaws.com',
47
45
// }
48
]
49
- },
50
- basePath: '/library_proj'
+ }
51
};
52
53
export default nextConfig;
0 commit comments