feat: media proxy for anonymous loads

This commit is contained in:
httpjamesm
2022-10-31 17:04:26 -04:00
parent 261a37576b
commit 59a314b2bd
2 changed files with 85 additions and 1 deletions

View File

@ -16,6 +16,7 @@
"axios": "^0.27.2",
"cheerio": "1.0.0-rc.12",
"next": "12.2.5",
"node-fetch": "^3.2.10",
"react": "18.2.0",
"react-dom": "18.2.0",
"sharp": "^0.31.0"
@ -33,4 +34,4 @@
"node": ">=16.5.0",
"pnpm": ">=7.0.0"
}
}
}