I cloned the repository and followed the instructions to publish the repo as a static web app (following the vue-app instructions). My first two builds failed because I needed to run an npx command to update the browserslist, and then install the @vue/compiler-sfc dependency. After these pushes the git action succeeded, but the landing page is empty. Opening dev tools reveals the error pasted below.

Any insight would be greatly appreciated.