File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 1- import { Analytics } from '@vercel/analytics/react' ;
21import { SiteProvider } from '../providers/siteProvider' ;
32import { LocaleProvider } from '../providers/localeProvider' ;
43import { BlogDataProvider } from '../providers/blogDataProvider' ;
54import { NodeReleasesProvider } from '../providers/nodeReleasesProvider' ;
65import { sourceSans } from '../util/nextFonts' ;
7- import * as nextConstants from '../next.constants.mjs' ;
86import type { AppProps } from 'next/app' ;
97
108import '../styles/old/index.scss' ;
@@ -21,8 +19,6 @@ const App = ({ Component, pageProps }: AppProps) => (
2119 </ SiteProvider >
2220 </ LocaleProvider >
2321
24- { nextConstants . ENABLE_STATIC_EXPORT || < Analytics /> }
25-
2622 < style jsx global >
2723 { `
2824 body {
You can’t perform that action at this time.
0 commit comments