it's just off the right side / only visible if you rotate your phone š¤
it's just off the right side / only visible if you rotate your phone 

AiTextClassificationOutput. Im using distilbert-sst-2-int8
html page that has different values in the head depending on the path, im wondering if there's a good way to organize my code so i can work on html separatelyconst res = context.env.ASSETS.fetch and then do a const text = await res.text() and then modify it and return it.




AiTextClassificationOutputconst res = context.env.ASSETS.fetchconst text = await res.text()JSON.parse(`${response}`); export const onRequestGet: PagesFunction = async (context) => {
const path = new URL(context.request.url).pathname;
return context.env.ASSETS.fetch(context.request);
};