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
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.
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.