summaryrefslogtreecommitdiff
path: root/docs/src/html.rs
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/html.rs')
-rw-r--r--docs/src/html.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/html.rs b/docs/src/html.rs
index a1206032..4eb3954c 100644
--- a/docs/src/html.rs
+++ b/docs/src/html.rs
@@ -486,7 +486,7 @@ impl World for DocWorld {
fn file(&self, id: FileId) -> FileResult<Bytes> {
assert!(id.package().is_none());
- Ok(Bytes::from_static(
+ Ok(Bytes::new(
typst_dev_assets::get_by_name(
&id.vpath().as_rootless_path().to_string_lossy(),
)