🚚 Rename operations with assets in context

This commit is contained in:
Manuel Cillero 2024-03-11 23:29:37 +01:00
parent db40ac3321
commit 3d26459843
12 changed files with 67 additions and 56 deletions

View file

@ -148,7 +148,7 @@ pub trait ThemeTrait: PackageTrait + Send + Sync {
(favicon.prepare())
}
(page.context().prepare())
(page.context().prepare_assets())
}
}
}