-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
AstroV5 building on static as 'hybrid', gives unnecessary warning #12292
Comments
@pijusz I don't see any warning in your reproduction. Can you please update it and tell us how to reproduce the warnings? |
Hello @pijusz. Please provide a minimal reproduction using a GitHub repository or StackBlitz. Issues marked with |
You have to run build, it's written just after each file path build
|
I'm also seeing this on Astro 5 when i set build to export const prerender = true
export function getStaticPaths() {
return [
{ params: { group: 'apple', action: 'one' } },
{ params: { group: 'apple', action: 'two' } },
{ params: { group: 'apple', action: 'three' } },
{ params: { group: 'banana', action: 'one' } },
{ params: { group: 'banana', action: 'two' } },
{ params: { group: 'banana', action: 'three' } },
]
} when i run
I am not using Hope this helps. Thanks! |
I'm also getting this with a deployed site on cloudflare running ssg using cloudflare adapter and output:"static". |
Im also getting this and not using the Beta. |
Fixed by #12302 |
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
When building gives warning on each static route.
What's the expected result?
Warning should not appear
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-lbe5ot?file=astro.config.mjs
Participation
The text was updated successfully, but these errors were encountered: