simplefolio
simplefolio copied to clipboard
CSS not showing while deploying in Netlify
Netlify only shows html part.How to fix it?I have uploaded everything that was in the src directory
Are you deploying using Github or drag and drop (Uploading files to Netlify) ?
If you are using Drag n Drop. Do run command npm run build
first then upload the dist file.
If you are using Github, make sure in the Netlify settings, in the command filed enter npm run build
and the directory put dist
Hope this helps
I am using github and in the Netlify settings when I put dist it throws an initialization error that directory dist doesn't exist
i am deploying using netlify drag and drop and it's not loading popping up error 404(not found)
Netlify only shows html part.How to fix it?I have uploaded everything that was in the src directory
I have the same issue with godaddy's hosting. Did you solve that?