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 1d2074c commit b918466Copy full SHA for b918466
src/index.ts
@@ -110,7 +110,6 @@ const defaultNavigationLinks: NavigationLinkMap = {
110
export { Options } from './types.js';
111
112
const assetsPath = join(fileURLToPath(new URL(import.meta.url)),'../../assets');
113
-console.log(assetsPath);
114
115
export default function browser(options?: Partial<Options>): Middleware {
116
0 commit comments