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.
1 parent 4e1a0ef commit 406756aCopy full SHA for 406756a
crates/next-core/src/next_font/local/mod.rs
@@ -120,7 +120,7 @@ impl BeforeResolvePlugin for NextFontLocalResolvePlugin {
120
121
return Ok(ResolveResultOption::some(*ResolveResult::primary(
122
ResolveResultItem::Error(ResolvedVc::cell(
123
- format!("Failed to resolve next/font file").into(),
+ "Failed to resolve next/font file".into(),
124
)),
125
)));
126
}
0 commit comments