Skip to content

Commit 1ed2835

Browse files
committed
Added AppAsset bundle to config
1 parent 5b0a29f commit 1ed2835

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: src/config/hisite.php

+5
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@
1616
'$themedViewPaths' => ['@hiqdev/assetpackagist/views'],
1717
],
1818
],
19+
'assetManager' => [
20+
'bundles' => [
21+
\hiqdev\assetpackagist\assets\AppAsset::class
22+
],
23+
],
1924
],
2025
'container' => [
2126
'singletons' => [

0 commit comments

Comments
 (0)