amaelftah/laravel-trix

updated version trixAsset 1.2.0 to v 1.3.1

ighmouraceneb opened this issue · 0 comments

I want to update the trix assets to the latest version (1.3.1). Is there a way to do this in the config. or just replace

 <head>
        @trixassets
 </head>

through

<head>
     <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/trix/1.3.1/trix.css">
     <script src="https://cdnjs.cloudflare.com/ajax/libs/trix/1.3.1/trix.js"></script>
</head>