Skip to content

Commit 9e544a4

Browse files
committed
biome :)
1 parent ead1093 commit 9e544a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/src/index.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,9 @@ if (import.meta.env.DEV) {
9090
return path.slice(basePath.length);
9191
},
9292
onNotFound: (path, c) => {
93-
console.log(`${path} is not found while trying to serve a static asset`);
93+
console.log(
94+
`${path} is not found while trying to serve a static asset`,
95+
);
9496
},
9597
}),
9698
);

0 commit comments

Comments
 (0)