-
Beta Was this translation helpful? Give feedback.
Answered by
xoxys
Apr 5, 2024
Replies: 1 comment 2 replies
-
Hi, this is normal and corresponds to the way websites work. You cannot simply load the index.html in your browser, but must use a web server to deliver the page. The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Static means, no dynamic language like PHP is involved. However, plain html/css/js websites still need to web server to work.
Yes, if you publish the build output from the
public
directory to a GitHub page branch, for example, and set up GH pages, GH will basically manage a web server for you to serve the page.