Skip to content

Commit

Permalink
[ci] yarn format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and actions-user committed Jan 4, 2022
1 parent 9db22b9 commit 670bebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/ssr/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export async function render(renderers: Renderer[], mod: ComponentInstance, ssrO
// The legacy build needs these to remain unresolved so that vite HTML
// Can do the resolution. Without this condition the build output will be
// broken in the legacy build. This can be removed once the legacy build is removed.
if(astroConfig.buildOptions.experimentalStaticBuild) {
if (astroConfig.buildOptions.experimentalStaticBuild) {
const [, resolvedPath] = await viteServer.moduleGraph.resolveUrl(s);
return resolvedPath;
} else {
Expand Down

0 comments on commit 670bebe

Please sign in to comment.