Skip to content

Commit

Permalink
fix: remove unused preload props
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Mar 9, 2022
1 parent 1cb3e16 commit ea1fcf2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/astro/src/core/build/page-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ export async function collectPagesData(opts: CollectPagesDataOptions): Promise<C
preload: await ssrPreload({
astroConfig,
filePath: new URL(`./${route.component}`, astroConfig.projectRoot),
logging,
mode: 'production',
origin,
pathname: route.pathname,
route,
routeCache,
viteServer,
})
.then((routes) => {
Expand Down

0 comments on commit ea1fcf2

Please sign in to comment.