Back to Pull RequestsView on GitHub
#5881Closed
Simple Review
fix: don't use alias for configuring ssr env input
by schiller-manuel•Nov 16, 2025
Summary
This PR fixes an issue where the server entry point for SSR configuration was using an alias. By removing the alias, it ensures that other plugins can correctly identify the actual file being used, improving transparency.
Changes
+1 additions-1 deletions
Impact Areas
Server-Side Rendering (SSR)Plugin ConfigurationBuild Process