We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
/logos
1 parent cbab620 commit 2f62ecaCopy full SHA for 2f62eca
src/main.rs
@@ -100,6 +100,11 @@ fn main() -> anyhow::Result<()> {
100
base_url,
101
};
102
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
108
ctx.copy_asset_file(
109
"static/text/well_known_security.txt",
110
".well-known/security.txt",
0 commit comments