Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Generated paths (js, and interactives) are not using the "publicPath" webpack config #140

Open
ChibiBlasphem opened this issue Nov 16, 2018 · 1 comment

Comments

@ChibiBlasphem
Copy link

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

@bebraw
Copy link
Member

bebraw commented Nov 16, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants