Hi,
Netlify: https://inspiring-jepsen-e1b12b.netlify.app/
Github Repo: GitHub - piaschwarz/RePOS-2021-MentalRotation-PS26
I depolyed my github repo through netlify and the build/deploy was successful except the warning:
The site is showing as a blank page, the web console shows a few 404 errs and loading failed errs:
GEThttps://inspiring-jepsen-e1b12b.netlify.app/test/css/chunk-vendors.374a7cc0.css [HTTP/2 404 Not Found 19ms]
GEThttps://inspiring-jepsen-e1b12b.netlify.app/test/js/app.1de69cf8.js [HTTP/2 404 Not Found 22ms]
GEThttps://inspiring-jepsen-e1b12b.netlify.app/test/js/chunk-vendors.bfc5995c.js [HTTP/2 404 Not Found 29ms]
Loading failed for the with source âhttps://inspiring-jepsen-e1b12b.netlify.app/test/js/chunk-vendors.bfc5995c.jsâ. inspiring-jepsen-e1b12b.netlify.app:1:1
GEThttps://inspiring-jepsen-e1b12b.netlify.app/test/js/app.1de69cf8.js [HTTP/2 404 Not Found 34ms]
Loading failed for the with source âhttps://inspiring-jepsen-e1b12b.netlify.app/test/js/app.1de69cf8.jsâ.
Is the asset size limit warning the problem here? I tried fixing it with adding size information to vue.config.js but then the deployment failed:
performance: {
maxEntrypointSize(400000)
maxAssetSize(400000)
}