Q
Q
qfrontend2019-11-24 16:03:39
GitHub
qfrontend, 2019-11-24 16:03:39

Why is a React/Redux project not showing up on github.io hosting?

Greetings) Why is the React/Redux project not showing up on github.io hosting? Other projects that are not in react are displayed normally. Added a .htaccess
file to the root folder with the following content:

Options -MultiViews
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.html [QSA,L]

If you go to the tab (Sources) in the genus, you can see that it is loaded, but for some reason it is not displayed
? ... What could be the matter?
5dda7d32d22c7539382302.jpeg
Console:
5dda8b76c294e564663716.jpeg
Contents of the root folder:
5dda7fa0e690d883265765.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Gavrilov, 2019-11-24
@thexaver

Github pages only allows you to post static pages

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question