File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ server {
6
6
index index.html;
7
7
}
8
8
9
- # custom error page for 404 errors
10
- error_page 404 /error.html;
11
- location = /error.html {
12
- root /opt/build-your-own-radar;
13
- }
14
-
15
9
# nginx default error page for 50x errors
16
10
error_page 500 502 503 504 /50x.html;
17
11
location = /50x.html {
Original file line number Diff line number Diff line change 45
45
flex-wrap : nowrap ;
46
46
align-items : center ;
47
47
48
- input [ type = ' text ' ] {
48
+ input #document-input {
49
49
font-family : $baseFontFamily ;
50
50
background-color : $mist ;
51
51
border : 1px solid #d5d9db ;
Original file line number Diff line number Diff line change @@ -25,12 +25,6 @@ const plugins = [
25
25
chunks : [ 'main' ] ,
26
26
inject : 'body' ,
27
27
} ) ,
28
- new HtmlWebpackPlugin ( {
29
- template : './src/error.html' ,
30
- chunks : [ 'common' ] ,
31
- inject : 'body' ,
32
- filename : 'error.html' ,
33
- } ) ,
34
28
new webpack . DefinePlugin ( {
35
29
'process.env.CLIENT_ID' : JSON . stringify ( process . env . CLIENT_ID ) ,
36
30
'process.env.API_KEY' : JSON . stringify ( process . env . API_KEY ) ,
You can’t perform that action at this time.
0 commit comments