Skip to content

Commit

Permalink
doc: Add fallback explanation to SSRResult change
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob-Roberts committed Nov 22, 2024
1 parent e115258 commit b41ced9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/astro/src/types/public/internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ export interface SSRResult {
// serverIslandDynamicBase allows users to specify that server islands will be served from a separate domain.
// This is an advanced option and won't be used in most cases. This should only be used if the static assets and
// SSR server are served on separate domains.
// If this is not set, it will use `base` instead.
serverIslandDynamicBase?: string;
styles: Set<SSRElement>;
scripts: Set<SSRElement>;
Expand Down

0 comments on commit b41ced9

Please sign in to comment.