[ci] yarn format
This commit is contained in:
parent
bcc617f9dc
commit
63ffcb3486
1 changed files with 1 additions and 1 deletions
|
@ -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: '',
|
||||
}))
|
||||
|
|
Loading…
Reference in a new issue