File tree Expand file tree Collapse file tree 4 files changed +1216
-999
lines changed Expand file tree Collapse file tree 4 files changed +1216
-999
lines changed Original file line number Diff line number Diff line change @@ -107,4 +107,4 @@ package-lock.json
107107! .yarn /versions
108108
109109# astro
110- ** /.astro / settings.json
110+ ** /.astro
Original file line number Diff line number Diff line change 1616 "author" : " Dev Protocol" ,
1717 "license" : " MPL-2.0" ,
1818 "dependencies" : {
19- "@astrojs/vercel" : " ^7.8.2 " ,
19+ "@astrojs/vercel" : " 8.0.4 " ,
2020 "@devprotocol/util-ts" : " ^4.0.0" ,
2121 "@sparticuz/chromium-min" : " ^130.0.0" ,
22- "astro" : " ^4.16.3 " ,
22+ "astro" : " 5.1.10 " ,
2323 "puppeteer-core" : " 23.6.0" ,
2424 "ramda" : " 0.30.1"
2525 },
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ export const GET: APIRoute = async ({ url }) => {
2828 const { isDev, height, width } = {
2929 isDev : url . searchParams . get ( 'dev' ) === 'true' ,
3030 height : url . searchParams . get ( 'h' ) ,
31- width : url . searchParams . get ( 'w' )
32- } ;
31+ width : url . searchParams . get ( 'w' ) ,
32+ }
3333 const options = isDev ? Localoptions : serverOptions
3434
3535 try {
You can’t perform that action at this time.
0 commit comments