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

Configure vite to generate relative links #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

psrpinto
Copy link

Right now, vite generates absolute links to assets, e.g. /assets/foo.js. For this reason, chatterbox can only be served from the webserver root, e.g. https://example.com/, as assets are expected to be available there, i.e. https://example.com/assets/foo.js.

Instead, vite can be configured to generate relative links, i.e. assets/foo.js. In this case, the links are relative to the directory where index.html is located. This would cover both the case of serving from the webserver root and a subdirectory.

This PR changes the vite config so that generated links are relative to index.html.

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