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 created a new React app using via npm create rsbuild@latest. I deployed the build to Github pages, unfortunately the page is empty. It seems it's not able to import the required files
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I created a new React app using via
npm create rsbuild@latest
. I deployed the build to Github pages, unfortunately the page is empty. It seems it's not able to import the required filesI had a look at the generated .html code
and I think the paths should be relative. When I prepend
.
to each path, everything works as expected.How do I fix this problem?
Beta Was this translation helpful? Give feedback.
All reactions