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 v5.2.3 Node v22.11.0 System Linux (x64) Package Manager pnpm Output static Adapter none Integrations none
No response
Upon running pnpm run build && pnpm run preview and accessing http://localhost:4321/, two network requests are made:
pnpm run build && pnpm run preview
http://localhost:4321/
http://localhost:4321/_astro/index.jXlbHC1O.css
http://localhost:4321/_astro/privacy-policy.DGMEhcaH.css
The Base.astro styles are incorrectly labelled as "privacy-policy" in the filename.
The styles from Base.astro should be in a CSS file named appropriately for Base.astro.
https://stackblitz.com/edit/github-6fswqclf
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Upon running
pnpm run build && pnpm run preview
and accessinghttp://localhost:4321/
, two network requests are made:http://localhost:4321/_astro/index.jXlbHC1O.css
containing index page styleshttp://localhost:4321/_astro/privacy-policy.DGMEhcaH.css
containing Base.astro stylesThe Base.astro styles are incorrectly labelled as "privacy-policy" in the filename.
What's the expected result?
The styles from Base.astro should be in a CSS file named appropriately for Base.astro.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-6fswqclf
Participation
The text was updated successfully, but these errors were encountered: