mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
[ci] format
This commit is contained in:
parent
8f9463e07f
commit
a2b0bef050
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue