ClementCariou / virtual-art-gallery

Explore an Art Gallery in your browser.
https://clementcariou.github.io/virtual-art-gallery/build
MIT License
202 stars 84 forks source link

after i build the app, how can i deploy it to netlify and why it is all blank image and black gallery background #38

Closed 25920 closed 3 months ago

25920 commented 3 months ago

after i build the app, how can i deploy it to netlify and why it is all blank image and black gallery background.

after i ran the build, i open the build . html on firefox only black gallery wall with white canvas on the app, why what happened?

ClementCariou commented 3 months ago

Opening the build HTML in the browser wont let the app fetch the images. You have to host the project using a web server.

25920 commented 3 months ago

may i ask where did you host it?

ClementCariou commented 3 months ago

I used Github Page to host it publicly. You can look at the github action config of this project.

25920 commented 3 months ago

thxxxxx