Skip to content

Commit 77f9079

Browse files
Merge pull request #5255 from dfe-analytical-services/EES-5464
EES-5464 rewrite env-var fix
2 parents a8c9a40 + a31a04d commit 77f9079

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/explore-education-statistics-common/src/components/Code.module.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717

1818
.pre {
19-
background: #f3f2f1 !important;
19+
background: #f5f4f3 !important;
2020
border: 1px solid #b1b4b6;
2121
padding: 2px !important;
2222

src/explore-education-statistics-frontend/next.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const nextConfig = {
4040
return [
4141
{
4242
source: '/data-catalogue/data-set/:dataSetFileId/csv',
43-
destination: `${this.publicRuntimeConfig.CONTENT_API_BASE_URL}/data-set-files/:dataSetFileId/download`,
43+
destination: `${process.env.CONTENT_API_BASE_URL}/data-set-files/:dataSetFileId/download`,
4444
},
4545
];
4646
},

0 commit comments

Comments
 (0)