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
1.9.2
None
npm
linux
when configuring astro with base: '/blog' and trailingSlash: 'never' - generated url for partytown script is "/blog~partytown".
base: '/blog'
trailingSlash: 'never'
The build step also logs the following: (!) "base" option should end with a slash.
"base" option should end with a slash.
https://stackblitz.com/edit/withastro-astro-npvowd?file=astro.config.mjs
The text was updated successfully, but these errors were encountered:
@AleVul I think this was fixed in 4266869
Sorry, something went wrong.
Ah but that's an old one now
Successfully merging a pull request may close this issue.
What version of
astro
are you using?1.9.2
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
npm
What operating system are you using?
linux
Describe the Bug
when configuring astro with
base: '/blog'
andtrailingSlash: 'never'
- generated url for partytown script is "/blog~partytown".The build step also logs the following: (!)
"base" option should end with a slash.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/withastro-astro-npvowd?file=astro.config.mjs
Participation
The text was updated successfully, but these errors were encountered: