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 11<!DOCTYPE html>
22< html lang ="en ">
3+
34< head >
45 < meta charset ="UTF-8 ">
56 < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
67 < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
78 < title > Document</ title >
89</ head >
10+
911< body >
10- Hi
12+ < h1 > Hi</ h1 >
13+ < img src ="images/frogmouth.png " alt ="Baby tawny frogmouth looking surly " />
1114</ body >
12- </ html >
15+
16+ </ html >
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const netlifyEdge = ({
6262 . sync ( '**/*' , {
6363 cwd : path . resolve ( resolvedConfig . root , originalPublicDir ) ,
6464 } )
65- . map ( ( file ) => `${ resolvedConfig . base } ${ encodeURIComponent ( file ) } ` )
65+ . map ( ( file ) => `${ resolvedConfig . base } ${ file } ` )
6666
6767 return `export default new Set(${ JSON . stringify ( [
6868 ...files ,
You can’t perform that action at this time.
0 commit comments