Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

<base href="./"> ? #129

Open
truk-nosral opened this issue Jan 15, 2018 · 1 comment
Open

<base href="./"> ? #129

truk-nosral opened this issue Jan 15, 2018 · 1 comment

Comments

@truk-nosral
Copy link

I had to change the base href to include the '.' prefix in order to get the application rendering correctly from S3. Otherwise resource request from index.html were to, for example
https://s3.us-east-2.amazonaws.com/assets/css/bootstrap.min.css
instead of
https://s3.us-east-2.amazonaws.com/[my-app]/assets/css/bootstrap.min.css

both base href = "/" or "./" worked fine locally

@jaimeplier
Copy link

Would you mind giving me a hint? I tried building it with and I still get the error of not reaching the assets folder.

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