Hello, I made some games in Construct 3 (HTML export) which I want to add to my website and give members access. I use wordpress and a membership plugin (paid membership pro).
In Wordpress the slash "/" means wordpress/ folder only. If I use the file references (css, images, json and so on) as they are exported in Construct 3 the files will not be found and the game does not run.
Wordpress requires that I need to update every single asset on index.html and on other necessary files with folder name.
All references have to be (example):
website.com/folder_name/file.js
I made this adaptions to the exported files manually. Is anyone aware of a better solution or is it possible to configure the export in the way that I do not have to do those edits later?
I would be happy for some help and advice.