File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
+
3
4
< head >
4
5
< meta charset ="UTF-8 ">
5
6
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
7
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
8
< title > Document</ title >
8
9
</ head >
10
+
9
11
< body >
10
- Hi
12
+ < h1 > Hi</ h1 >
13
+ < img src ="images/frogmouth.png " alt ="Baby tawny frogmouth looking surly " />
11
14
</ body >
12
- </ html >
15
+
16
+ </ html >
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const netlifyEdge = ({
62
62
. sync ( '**/*' , {
63
63
cwd : path . resolve ( resolvedConfig . root , originalPublicDir ) ,
64
64
} )
65
- . map ( ( file ) => `${ resolvedConfig . base } ${ encodeURIComponent ( file ) } ` )
65
+ . map ( ( file ) => `${ resolvedConfig . base } ${ file } ` )
66
66
67
67
return `export default new Set(${ JSON . stringify ( [
68
68
...files ,
You can’t perform that action at this time.
0 commit comments