[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) => ({
|
linkIds.map((href) => ({
|
||||||
props: {
|
props: {
|
||||||
rel: 'stylesheet',
|
rel: 'stylesheet',
|
||||||
href: npath.posix.join(rootpath, href)
|
href: npath.posix.join(rootpath, href),
|
||||||
},
|
},
|
||||||
children: '',
|
children: '',
|
||||||
}))
|
}))
|
||||||
|
|
Loading…
Add table
Reference in a new issue