Publish filament assets
How can i publish filament assets to public/vendor directory?
I want to serve static files via nginx and i don't want load files via routes
For now, i must change my nginx config for filament, cuz i get 404 error when i try to add cache to my static files.
this is my simple nginx config
Solution:Jump to solution
i just copied dist files from the composer vendor/filament/filament/dist to public/filament/assets and it seems to work
3 Replies