Skip to content

Commit

Permalink
Revert manifest path change
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens committed Aug 28, 2024
1 parent 42286ac commit a2d7c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/next-core/src/app_structure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ pub async fn get_metadata_route_name(meta: MetadataItem) -> Result<Vc<RcStr>> {
};

match stem.as_str() {

Check failure on line 112 in crates/next-core/src/app_structure.rs

View workflow job for this annotation

GitHub Actions / rust check / build

this match could be replaced by its scrutinee and body
"manifest" => Vc::cell("manifest.webmanifest".into()),
// "manifest" => Vc::cell("manifest.webmanifest".into()),
_ => Vc::cell(stem.clone()),
}
}
Expand Down

0 comments on commit a2d7c49

Please sign in to comment.