File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import createNextIntlPlugin from 'next-intl/plugin';
77const jiti = createJiti ( fileURLToPath ( import . meta. url ) ) ;
88jiti ( './env' ) ;
99
10- const backendUrl = new URL ( process . env . NEXT_PUBLIC_BACKEND_URL ) ;
10+ // const backendUrl = new URL(process.env.NEXT_PUBLIC_BACKEND_URL);
1111
1212const withNextIntl = createNextIntlPlugin ( ) ;
1313const nextConfig = withNextIntl ( {
@@ -18,11 +18,11 @@ const nextConfig = withNextIntl({
1818 protocol : new URL ( process . env . BACKEND_URL ) . protocol . slice ( 0 , - 1 ) ,
1919 hostname : new URL ( process . env . BACKEND_URL ) . hostname ,
2020 } ,
21- {
22- protocol : 'https' ,
23- hostname : backendUrl . hostname ,
24- pathname : '/api/download/chart_image/**' ,
25- } ,
21+ // {
22+ // protocol: 'https',
23+ // hostname: backendUrl.hostname,
24+ // pathname: '/api/download/chart_image/**',
25+ // },
2626 ] ,
2727 } ,
2828} ) ;
You can’t perform that action at this time.
0 commit comments