-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
trailingSlash breaks static output #16185
Copy link
Copy link
Closed
Labels
- P4: importantViolate documented behavior or significantly impacts performance (priority)Violate documented behavior or significantly impacts performance (priority)pkg: astroRelated to the core `astro` package (scope)Related to the core `astro` package (scope)
Metadata
Metadata
Assignees
Labels
- P4: importantViolate documented behavior or significantly impacts performance (priority)Violate documented behavior or significantly impacts performance (priority)pkg: astroRelated to the core `astro` package (scope)Related to the core `astro` package (scope)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Astro Info
If this issue only occurs in one browser, which browser is a problem?
No response
Describe the Bug
Astro >6 breaks static output with trailing slash.
Issue does not occur in serve, only when building.
Disabled:
Enabled:
What's the expected result?
demo should render with its output of "hello" instead of redirecting to a non-existent page.
Link to Minimal Reproducible Example
https://stackblitz.com/edit/github-dghg4t8k
Participation