We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
astro
2.7.0
None
npm
Mac
Chrome
When running npm run dev --open on a project with a base config set, the project opens in the browser w/o the base path added to the url.
npm run dev --open
base
Project should open in the browser with base path applied, e.g. http://localhost:3000/[base]
https://stackblitz.com/edit/github-ycrwnw?file=astro.config.mjs
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
What version of
astro
are you using?2.7.0
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
Mac
What browser are you using?
Chrome
Describe the Bug
When running
npm run dev --open
on a project with abase
config set, the project opens in the browser w/o the base path added to the url.What's the expected result?
Project should open in the browser with base path applied, e.g. http://localhost:3000/[base]
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-ycrwnw?file=astro.config.mjs
Participation
The text was updated successfully, but these errors were encountered: