Open
Description
Hi Team,
I recently tried to deploy react app as github pages by applying the homepage
property in the package.json
file. But it broke the relative path in the public folder. Could you please guide me on how to access the css files from in the public folders with the homepage property being set?
index.html file content
<link rel="stylesheet" type="text/css" href="index.css" />
package.json
"homepage": "http://arunkumar413.github.io/craHookTemplate"
Activity
stale commentedon Jan 9, 2022
This issue has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs.