Animation problem after export

Avatar
  • updated

Hello, first of all congratulations for the project you have realized.

I tried to export the theme containing the image of the motorcycle to test locally, however the animation does not work locally. On the other hand when I publish the page on your site it works. Do you have an idea?

Avatar
Felicia Graphite

Hello. Thank you for your feedback.

Apparently, there is a small bug here - the url of bundle.js is specified incorrectly in the index.html file. For a quick fix, you can edit the index.html, to change replace "< script src =" / bundle / index.js "> < /script >" with "< script src =" ./ bundle / index.js "> < /script >"  (make sure to remove the extra spaces added here before and after <> )

Avatar
théo

Thanks, indeed with this solution it works