feat: add thumbhashes to images closes #6

This commit is contained in:
2023-08-11 16:13:20 +02:00
parent 6dd8575b15
commit 0acbbd6905
22 changed files with 489 additions and 51 deletions

View File

@ -55,8 +55,6 @@ export const handler: Handlers = {
exp: getNumericDate(SESSION_DURATION),
}, JWT_SECRET);
console.log({ redirect });
const headers = new Headers({
location: redirect || "/",
});