Skip to content

Commit a0314b5

Browse files
authored
Update README.md
Filament tree tailwind config should be only on the filament backend tailwind build
1 parent ce7f86c commit a0314b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ Configure the Filament tailwind styling of the frontend by adding these view pat
115115
```javascript
116116
content: [
117117
...
118-
'./vendor/solution-forest/filament-tree/resources/**/*.blade.php',
119118
'./vendor/statikbe/laravel-filament-flexible-content-block-pages/**/*.blade.php',
120119
'./vendor/statikbe/laravel-filament-flexible-content-blocks/**/*.blade.php',
121120
'./config/filament-flexible-content-blocks.php',
@@ -127,6 +126,7 @@ In the tailwind config of your filament back-end, add the following lines to the
127126
```javascript
128127
content: [
129128
...
129+
'./vendor/solution-forest/filament-tree/resources/**/*.blade.php',
130130
'./config/filament-flexible-content-blocks.php',
131131
]
132132
```

0 commit comments

Comments
 (0)