The reason would be that you are more familiar with setting up a static GitHub pages site
The reason would be that you are more familiar with setting up a static GitHub pages site


16:47:54.498 Success: Assets published!
16:47:55.205 Error: Failed to publish your Function. Got error: multipart uploads must contain a readable body_part, main_module, or assets<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Simple Cloudflare Project</title>
</head>
<body>export function onRequest() {
return new Response('Hello, World!', {
headers: { 'Content-Type': 'text/plain' },
});
}