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 ead1093 commit 9e544a4Copy full SHA for 9e544a4
website/src/index.tsx
@@ -90,7 +90,9 @@ if (import.meta.env.DEV) {
90
return path.slice(basePath.length);
91
},
92
onNotFound: (path, c) => {
93
- console.log(`${path} is not found while trying to serve a static asset`);
+ console.log(
94
+ `${path} is not found while trying to serve a static asset`,
95
+ );
96
97
}),
98
);
0 commit comments