What version of Wrangler are you using?
2.0.2
What operating system are you using?
Mac
Describe the Bug
I have a site built with sphinx. Deployed using this command
wrangler pages publish --project-name docs build/html
All the assets under the _static folder are served by Cloudflare with the contents of index.html in the root of the build/html folder. This results in the site have no CSS styling.
If I upload the same folder using the web interface, things work as expected.
What version of
Wranglerare you using?2.0.2
What operating system are you using?
Mac
Describe the Bug
I have a site built with sphinx. Deployed using this command
All the assets under the
_staticfolder are served by Cloudflare with the contents ofindex.htmlin the root of thebuild/htmlfolder. This results in the site have no CSS styling.If I upload the same folder using the web interface, things work as expected.