Skip to content

Commit 826f378

Browse files
authored
Merge pull request #2208
Make logos available under `/logos`
2 parents cbab620 + 2f62eca commit 826f378

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ fn main() -> anyhow::Result<()> {
100100
base_url,
101101
};
102102
ctx.copy_asset_dir("static", "static")?;
103+
104+
// This provides the logos at original /logos URLs, which were available
105+
// before the move to a static website.
106+
ctx.copy_asset_dir("static/logos", "logos")?;
107+
103108
ctx.copy_asset_file(
104109
"static/text/well_known_security.txt",
105110
".well-known/security.txt",

0 commit comments

Comments
 (0)