Open ChibiBlasphem opened 5 years ago
Like the title says, antwar is not using the public path to preprend the routes and assets files (js, and assets from interactives js)
Ex: My website is hosted on https://xxxxxxx.github.io/repo-name/
All assets are prefixed by "/" and not "/repo-name/" like my webpack config output publicPath has specifiedd
Yeah, this is a limitation of the current implementation. We would have to fix it in the core.
You could try to set a base tag to control this. I might not have time to fix any time soon.
Like the title says, antwar is not using the public path to preprend the routes and assets files (js, and assets from interactives js)
Ex: My website is hosted on https://xxxxxxx.github.io/repo-name/
All assets are prefixed by "/" and not "/repo-name/" like my webpack config output publicPath has specifiedd