File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,11 +78,13 @@ const LegalSlot = (
7878 of them does not imply any affiliation with or endorsement by them.
7979 </ p >
8080
81- { FOOTER_LINKS . map ( ( { link, text } ) => (
82- < NavItem key = { link } type = "footer" href = { link } >
83- { text }
84- </ NavItem >
85- ) ) }
81+ < p >
82+ { FOOTER_LINKS . map ( ( { link, text } ) => (
83+ < NavItem key = { link } type = "footer" href = { link } >
84+ { text }
85+ </ NavItem >
86+ ) ) }
87+ </ p >
8688 </ >
8789) ;
8890
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ import Footer from '../Footer';
2121 */
2222export default ( { metadata, headings, readingTime, children } ) => (
2323 < >
24- < Analytics basePath = "https://node-learn-pages.vercel.app/" />
25- < SpeedInsights basePath = "https://node-learn-pages.vercel.app/" />
24+ < Analytics basePath = "https://node-learn-pages.vercel.app/_vercel " />
25+ < SpeedInsights basePath = "https://node-learn-pages.vercel.app/_vercel " />
2626 < NavBar />
2727 < Article >
2828 < SideBar metadata = { metadata } />
You can’t perform that action at this time.
0 commit comments