-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.php
35 lines (32 loc) · 1.1 KB
/
config.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?php
return [
/*
|--------------------------------------------------------------------------
| Dependency Bundling
|--------------------------------------------------------------------------
|
| To keep things as plug-and-play as possible, the following Algolia
| packages are inlined with the Blade components:
|
| - alpinejs
| - algoliasearch/lite
| - instantsearch.js
|
| If you are already including these packages from CDN or in your app's
| build process, you can disable bundling so that the code isn't loaded
| twice in your app.
*/
'bundle_alpine' => true,
'bundle_algolia' => true,
/*
|--------------------------------------------------------------------------
| Render Mode
|--------------------------------------------------------------------------
|
| The package ships with default component styles that work well with any
| site designed using Tailwind CSS. If you would like to have full control
| over your templates, you may enable "renderless" mode, which will simply
| wire up the Alpine state for you and leave the rest of the UI up to you.
*/
'renderless' => false,
];