We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f783b24 commit 24cb495Copy full SHA for 24cb495
website/src/index.tsx
@@ -90,7 +90,7 @@ if (import.meta.env.DEV) {
90
return path.slice(basePath.length);
91
},
92
onNotFound: (path, c) => {
93
- console.log(`${path} is not found, request to ${c.req.path}`);
+ console.log(`${path} is not found while trying to serve a static asset`);
94
95
}),
96
);
0 commit comments