Skip to content

Commit 47d9cd8

Browse files
authored
fixup!
Signed-off-by: Aviv Keller <[email protected]>
1 parent 5a9095b commit 47d9cd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/Layout/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import Footer from '../Footer';
2222
export default ({ metadata, headings, readingTime, children }) => (
2323
<>
2424
<Analytics basePath="/learn/_vercel" />
25-
<SpeedInsights />
25+
<SpeedInsights basePath="/learn/_vercel" />
2626
<NavBar />
2727
<Article>
2828
<SideBar metadata={metadata} />

0 commit comments

Comments
 (0)