-
Notifications
You must be signed in to change notification settings - Fork 168
Closed
Description
I followed these instructions locally: https://github.com/rust-lang/rustc-perf/tree/master/site
However, I found that after going to the served HTML page, the site/frontend/dist files were all returning 404 errors
Modifying the following line to be #[folder = "frontend/dist/"] (with a trailing slash) fixed the issue for me:
rustc-perf/site/src/resources.rs
Line 23 in 89db057
| #[folder = "frontend/dist"] |
I'm not sure if the instructions for building/serving the webpage are outdated, but I just wanted to report this solution that worked.
Metadata
Metadata
Assignees
Labels
No labels