Skip to content

Commit

Permalink
remove manifest from global metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Apr 26, 2023
1 parent b036429 commit be4270c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/next-swc/crates/next-core/src/app_structure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,6 @@ static STATIC_GLOBAL_METADATA: Lazy<HashMap<&'static str, &'static [&'static str
Lazy::new(|| {
HashMap::from([
("favicon", &["ico"] as &'static [&'static str]),
("manifest", &["webmanifest", "json"]),
("robots", &["txt"]),
("sitemap", &["xml"]),
])
Expand Down

0 comments on commit be4270c

Please sign in to comment.