Hello friends!
I have created my first site using Framework7-React, and I must say I am in love with this framework! However, when I tried to publish to Github Pages I ran into several issues.
First it redirected to the readme.md file. I deleted the readme, and now it will return a 404 error.
I have published other React pages to gh-pages before, so I made sure there is a “homepage” property in the package.json.
Npm run build will complete successfully, but when I run “gh-pages -d build” by the “npm run deploy” command, I get a cryptic error message:
“The pattern in the “src” property didn’t match any files.”
I’ve searched extensively on the web for a how-to, or someone who has had this issue to no avail. Any advice is greatly appreciated!
Thank you in advance, and have a great day!
-b