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 18, 2022
1 parent bcc617f commit 63ffcb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/astro/src/core/build/static-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ async function generatePath(pathname: string, opts: StaticBuildOptions, gopts: G
linkIds.map((href) => ({
props: {
rel: 'stylesheet',
href: npath.posix.join(rootpath, href)
href: npath.posix.join(rootpath, href),
},
children: '',
}))
Expand Down

0 comments on commit 63ffcb3

Please sign in to comment.