File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 6565 await sprite
6666 . quality ( 80 )
6767 . writeAsync (
68- new URL ( `../src/routes/_components/Supporters/contributors.jpg` , import . meta. url ) . pathname
68+ fileURLToPath (
69+ new URL ( `../src/routes/_components/Supporters/contributors.jpg` , import . meta. url )
70+ )
6971 ) ;
7072
7173 const str = `[\n\t${ authors . map ( ( a ) => `'${ a . login } '` ) . join ( ',\n\t' ) } \n]` ;
Original file line number Diff line number Diff line change 5959 await sprite
6060 . quality ( 80 )
6161 . writeAsync (
62- new URL ( `../src/routes/_components/Supporters/donors.jpg` , import . meta. url ) . pathname
62+ fileURLToPath ( new URL ( `../src/routes/_components/Supporters/donors.jpg` , import . meta. url ) )
6363 ) ;
6464
6565 const str = `[\n\t${ included . map ( ( a ) => `${ JSON . stringify ( a . backer . name ) } ` ) . join ( ',\n\t' ) } \n]` ;
You can’t perform that action at this time.
0 commit comments