Skip to content

Fix for giant filesize

Jean-Denis Boivin requested to merge starburst997/nuxt-resume:master into master

Stumbled upon your résumé after your HN post and loved the concise and clean format. Decided to use it for mine as well since I needed to update it.

Noticed that the generated HTML was over 8MB (seems to be the case on your current online version as well). Was only missing a quick tailwind config.

I noticed as well that the header still included a "preload" of the .js files.

<link rel="preload" href="https://resume.nathanfriend.io/_nuxt/62f9c04f16cf059d78a3.js" as="script">

So strip-script-elements also get rid of them now.

Merge request reports