What is the name of the domain?
patrickkudo.kudo-patrick.workers.dev
What is the issue you’re encountering
Error: open blob.Bucket: no driver registered for “https” for URL “https://patrickkudo.com”; available schemes: azblob, file, gs, s3
What steps have you taken to resolve the issue?
I’m building my own personal hugo website and having trouble figuring out what I need to do to get my assets to show up in the deployed page. The hugo project deploys fine locally when I execute “hugo server”.
I have tried:
- following Hugo · Cloudflare Pages docs
- following Git integration guide · Cloudflare Pages docs
- changing build configuration deploy command to ‘hugo deploy’
- changing baseURL in hugo.toml project file to ‘’ (blank)
What are the steps to reproduce the issue?
- Followed GitHub - zetxek/adritian-free-hugo-theme: Adritian - High performance Hugo Theme for Personal Websites. With job experience, portfolio, dark/light theme, blog, multi-language and best frontend practices out of the box. theme example for building Hugo website locally.
- Setup GitHub repo containing Hugo project assets
- Created Workers & Pages project
- Imported the personal GitHub repository containing Hugo project
- Build command: None, Deploy command: hugo deploy, Root directory: /