You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Optimizes loading speed and SEO after running a Lighthouse test.
* Removes webpack entry for `app` and moves `app.js` file in static files.
* Removes useless dependencies `popper.js` and `jquery`.
* Triggers dropdowns in vanilla javascript instead of using jQuery.
* Removes unsused local Roboto font.
* Loads Roboto font and Font-awesome externally.
* Adds a configuration for integrating analytics tracking code.
* Removes useless `/` in html closing tags.
* Closes#111.
* Closes#112.
Co-Authored-by: Sébastien Délèze <[email protected]>
No description provided.
The text was updated successfully, but these errors were encountered: