File tree Expand file tree Collapse file tree 4 files changed +10
-16
lines changed Expand file tree Collapse file tree 4 files changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -4,5 +4,12 @@ import icon from "astro-icon";
4
4
5
5
// https://astro.build/config
6
6
export default defineConfig ( {
7
- integrations : [ icon ( ) ]
7
+ integrations : [ icon ( ) ] ,
8
+ vite : {
9
+ server : {
10
+ fs : {
11
+ allow : [ 'E:/Derifted/Site/' ] ,
12
+ } ,
13
+ } ,
14
+ }
8
15
} ) ;
Original file line number Diff line number Diff line change 35
35
}
36
36
37
37
.footer2 {
38
+ display: none;
38
39
right: 0;
39
40
flex-direction: row-reverse;
40
41
border-top: none;
Original file line number Diff line number Diff line change @@ -101,6 +101,7 @@ import DesktopLink from './DesktopLink.astro'
101
101
gap: 2.5rem;
102
102
margin-left: auto;
103
103
margin-right: auto;
104
+ margin-top: -1.75rem;
104
105
}
105
106
106
107
.mobile-friendly { display: block !important; }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments