Website Name
Your URL
.workersforplatforms.demoflair.com
This will be your website's address
📁 Static Assets (Optional)
Choose Folder
Select a folder containing HTML, CSS, images, etc. to deploy as static assets
Website Code (Worker Script)
export default { async fetch(request, env) { // This Worker serves static assets uploaded to your binding (env.ASSETS) // Cloudflare will automatically return the correct file or a 404 if not found return env.ASSETS.fetch(request); }, };
Deploy
Script Content
×