optimization and visibility fixes
This commit is contained in:
parent
be70d17654
commit
1a664c97d4
4 changed files with 9 additions and 9 deletions
|
|
@ -3,7 +3,6 @@ import info from '$lib';
|
|||
|
||||
export const handle: Handle = async ({ event, resolve }) => !event.request.headers.get('user-agent')?.includes('curl') ? await resolve(event) : new Response(`\
|
||||
\
|
||||
\x1b[2J\x1b[3J\x1b[H\
|
||||
\x1b[1m${info.subtitle}\x1b[0m
|
||||
${info.description}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue