shaansubbaiah / Portfolio

👤 Automatically generate and deploy a beautiful, responsive, static-site to display your GitHub projects.
MIT License
82 stars 13 forks source link

Serve JS & fonts local #23

Closed AFink closed 1 year ago

AFink commented 3 years ago

For privacy reasons, the js & font files could be downloaded with npm and packed with webpack? This could be also a nice first issue.

shaansubbaiah commented 3 years ago

I think only masonry js is from an external source. The fonts (Poppins) are from Google so they load faster when served online as they're cached generally.

AFink commented 3 years ago

Yearh, in germany, we have a GDPR and some people like me are afraid to break it, so I include in every of my projetcts local fonts & local js/css

shaansubbaiah commented 1 year ago

Served locally now that I'm using Vite to build the app.