🚚 Reubicación de archivos de localización

This commit is contained in:
Manuel Cillero 2023-06-04 18:55:03 +02:00
parent c136126deb
commit 18c141aeb9
10 changed files with 28 additions and 1 deletions

View file

@ -1,3 +1,3 @@
fn main() -> std::io::Result<()> {
pagetop_build::bundle_resources("./static", "bootsier", None)
pagetop_build::bundle_resources("./static/theme", "bootsier", None)
}