I’m new to this, sorry.
My github repo: github.com/VLK1993/cake
My current github page is: https://vlk1993.github.io/cake
The github source is currently set to master branch / docs
I used the build command: npm run build
And the public directory to: docs
The netlify page after deployment is however a blank page: https://kickflight-cake.netlify.app/
Console show 404 error:
I must be doing something wrong, searching doesnt yield any results on how to set up this case. Need some help, thank you.
perry
April 23, 2020, 9:32pm
2
hi there, you are trying to load the assets from the cake directory, but its unclear from your settings whether this is actually where you are generating them or not:
I would download your deploy and make sure that what you think is there is actually there and that all the paths are correct:
Hello! thanks for reading, I would like to solve this issue.
So recently my computer has oxygenated, therefore i lost my computer- now I have a new one. I cant access my hard drive yet, and I have alot of projects there especially my netlify ones.
I would like to download my own website which i have access to in my account, but I do not know how, it is already deployed. is there a way I can download a deployed build? i would really love to get my website back. I would be super glad if i get it…
Ok, i found the reason. It seems my vue.config.js was the reason:
To be able to show it on github page, i needed to add publicpath: //
But removing this file and it is working.
1 Like