feat(frontend): add names+pronouns to edit profile page, add robots.txt
This commit is contained in:
parent
d67aaefdc0
commit
e8d45ed4e9
4 changed files with 153 additions and 27 deletions
|
@ -14,8 +14,6 @@ export const load = async ({ params }) => {
|
|||
throw error(404, (e as APIError).message);
|
||||
}
|
||||
|
||||
console.log(e);
|
||||
|
||||
throw e;
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue