You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
Hi Team,
I recently tried to deploy react app as github pages by applying the
homepage
property in thepackage.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"
The text was updated successfully, but these errors were encountered: