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

hey one more problenm #39

Closed 25920 closed 3 months ago

25920 commented 3 months ago

as the html is base.html and when i changed it to index.html, i cnnot even show the image in local dev server, but the github page require index.html instead of base how did you fix this?

ClementCariou commented 3 months ago

The base.html is a html template used to generate the build.html. You can rename the generated build.html into index.html to access the app from root url.