Skip to content

Commit 24cb495

Browse files
committed
fix message
1 parent f783b24 commit 24cb495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ if (import.meta.env.DEV) {
9090
return path.slice(basePath.length);
9191
},
9292
onNotFound: (path, c) => {
93-
console.log(`${path} is not found, request to ${c.req.path}`);
93+
console.log(`${path} is not found while trying to serve a static asset`);
9494
},
9595
}),
9696
);

0 commit comments

Comments
 (0)