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.
2 parents cbab620 + 2f62eca commit 826f378Copy full SHA for 826f378
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