Skip to content

Commit

Permalink
[ci] format
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewp authored and astrobot-houston committed Sep 17, 2022
1 parent 8f9463e commit a2b0bef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/build/internal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export function* getPageDatasByClientOnlyID(
let pageBuildDatas = pagesByClientOnly.get(viteid);

// 2. Try prepending /@fs
if(!pageBuildDatas) {
if (!pageBuildDatas) {
let pathname = `/@fs${prependForwardSlash(viteid)}`;
pageBuildDatas = pagesByClientOnly.get(pathname);
}
Expand Down

0 comments on commit a2b0bef

Please sign in to comment.