File tree 8 files changed +10
-9
lines changed
8 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ const nextConfig = {
37
37
// The image optimization needs to be disabled in a static export
38
38
unoptimized : true ,
39
39
} ,
40
+ distDir : 'build' ,
40
41
output : 'export' ,
41
42
} ;
42
43
Original file line number Diff line number Diff line change 3
3
.layoutContainer {
4
4
display : grid ;
5
5
grid-template-rows : auto 1fr auto ;
6
- min-height : 100 vh ;
6
+ min-height : 100 dvh ;
7
7
}
Original file line number Diff line number Diff line change 3
3
.layoutContainer {
4
4
display : flex ;
5
5
flex-direction : column ;
6
- min-height : 100 vh ;
7
- height : 100 vh ;
6
+ min-height : 100 dvh ;
7
+ height : 100 dvh ;
8
8
width : 100% ;
9
9
}
10
10
Original file line number Diff line number Diff line change 7
7
width : 100% ;
8
8
height : 100% ;
9
9
max-width : 100% ;
10
- max-height : 100 vh ;
10
+ max-height : 100 dvh ;
11
11
display : flex ;
12
12
flex-direction : column ;
13
13
justify-content : center ;
Original file line number Diff line number Diff line change 3
3
.hero {
4
4
position : relative ;
5
5
width : 100% ;
6
- min-height : 100 vh ;
6
+ min-height : 100 dvh ;
7
7
8
8
.content {
9
9
display : flex ;
69
69
.hero {
70
70
.content {
71
71
flex-direction : row ;
72
- min-height : 100 vh ;
72
+ min-height : 100 dvh ;
73
73
.image {
74
74
display : block ;
75
75
width : calc (370px + 4vw );
Original file line number Diff line number Diff line change 3
3
.webglContainer {
4
4
position : fixed ;
5
5
width : 100% ;
6
- height : 100 vh ;
6
+ height : 100 dvh ;
7
7
z-index : -1 ;
8
8
}
9
9
Original file line number Diff line number Diff line change 24
24
.tileSection {
25
25
background : $color-bg-transparent ;
26
26
backdrop-filter : blur (10em );
27
- height : 100 vh ;
27
+ height : 100 dvh ;
28
28
}
29
29
30
30
.description {
Original file line number Diff line number Diff line change 28
28
width : 100% ;
29
29
background : $color-bg-transparent ;
30
30
backdrop-filter : blur (10em );
31
- min-height : 100 vh ;
31
+ min-height : 100 dvh ;
32
32
33
33
.aboutContent {
34
34
position : relative ;
You can’t perform that action at this time.
0 commit comments