I originally started this project by adding the Bootstrap 5.3.3 and FontAwesome CDN links to the projects main html page.
Well somewhere along the line, someone installed Bootstrap 5.3.3 and FontAwesome packages to package.json
This makes duplicated and possibly caused problems.
This probably happened once the new html pages were added.
The issue here is which to keep vs which to remove. Do we use CDNs or do we use installed packages?
Either way this duplication needs fixed.
I originally started this project by adding the Bootstrap 5.3.3 and FontAwesome CDN links to the projects main html page.
Well somewhere along the line, someone installed Bootstrap 5.3.3 and FontAwesome packages to package.json
This makes duplicated and possibly caused problems.
This probably happened once the new html pages were added.
The issue here is which to keep vs which to remove. Do we use CDNs or do we use installed packages?
Either way this duplication needs fixed.