Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make ASSET_URL optional in env #10

Merged
merged 1 commit into from
Nov 7, 2024
Merged

Make ASSET_URL optional in env #10

merged 1 commit into from
Nov 7, 2024

Conversation

hackeresq
Copy link
Collaborator

When the ASSET_URL is set, it will try loading static assets (JS, CSS, images, etc) from that URL. This was previously set to localhost by default, which caused issues when installing on a remote machine.

Removing ASSET_URL resolves #7 by loading static assets using a relative URL.

Leaving the ASSET_URL in the example env in case anyone needs to update that in future.

related to discussion #7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant