url direct access #2936

This commit is contained in:
2024-10-15 10:09:10 +02:00
parent 33bd7696e1
commit 5b2fa651a0
20 changed files with 462 additions and 114 deletions

View File

@@ -13,6 +13,7 @@ function caravane_page_attachments_alter(&$page) {
// $page['#attached']['library'][] = 'http://localhost:5173/assets/js/main.js';
$page['#attached']['library'][] = 'caravane/vitehmr';
}else{
// $page['#attached']['library'][] = 'caravane/redirect-js';
$page['#attached']['library'][] = 'caravane/global';
}
}