feat(frontend): add names+pronouns to edit profile page, add robots.txt

This commit is contained in:
Sam 2023-03-13 01:08:46 +01:00
parent d67aaefdc0
commit e8d45ed4e9
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
4 changed files with 153 additions and 27 deletions

View file

@ -14,8 +14,6 @@ export const load = async ({ params }) => {
throw error(404, (e as APIError).message);
}
console.log(e);
throw e;
}
};