Skip to content

Commit

Permalink
Update packages/astro/src/core/build/generate.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Holmes <hey@bholmes.dev>
  • Loading branch information
FredKSchott and bholmesdev authored Mar 28, 2022
1 parent ac899ea commit 1245654
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/build/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function chunkIsPage(astroConfig: AstroConfig, output: OutputAsset | Outp

export async function generatePages(result: RollupOutput, opts: StaticBuildOptions, internals: BuildInternals, facadeIdToPageDataMap: Map<string, PageBuildData>) {
const timer = performance.now();
info(opts.logging, null, `\n${bgGreen(black(' generating html '))}`);
info(opts.logging, null, `\n${bgGreen(black(' generating static routes '))}`);

const ssr = !!opts.astroConfig._ctx.adapter?.serverEntrypoint;
const serverEntry = opts.buildConfig.serverEntry;
Expand Down

0 comments on commit 1245654

Please sign in to comment.