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 7b51b2b commit fc5d862Copy full SHA for fc5d862
packages/dev/s2-docs/src/Layout.tsx
@@ -151,7 +151,6 @@ export function Layout(props: PageProps & {children: ReactElement<any>}) {
151
let parentPage = pages.find(p => {
152
return p.url === currentPage.url.replace(/\/[^/]+\.html$/, '/index.html');
153
});
154
- console.log(parentPage);
155
return (
156
<Provider elementType="html" locale="en" background="layer-1" styles={style({scrollPaddingTop: {default: 64, lg: 0}})}>
157
<head>
0 commit comments