File tree Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Expand file tree Collapse file tree 3 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import Link from '@/components/Link'
2
2
import Tag from '@/components/Tag'
3
3
import siteMetadata from '@/data/siteMetadata'
4
4
import { formatDate } from 'pliny/utils/formatDate'
5
- import NewsletterForm from 'pliny/ui/NewsletterForm'
6
5
7
6
const MAX_DISPLAY = 5
8
7
@@ -76,11 +75,6 @@ export default function Home({ posts }) {
76
75
</ Link >
77
76
</ div >
78
77
) }
79
- { siteMetadata . newsletter ?. provider && (
80
- < div className = "flex items-center justify-center pt-4" >
81
- < NewsletterForm />
82
- </ div >
83
- ) }
84
78
</ >
85
79
)
86
80
}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
97
97
< link rel = "alternate" type = "application/rss+xml" href = { `${ basePath } /feed.xml` } />
98
98
< body className = "bg-white pl-[calc(100vw-100%)] text-black antialiased dark:bg-gray-950 dark:text-white" >
99
99
< ThemeProviders >
100
- < Analytics analyticsConfig = { siteMetadata . analytics as AnalyticsConfig } />
100
+ { /* <Analytics analyticsConfig={siteMetadata.analytics as AnalyticsConfig} /> */ }
101
101
< SectionContainer >
102
102
< SearchProvider searchConfig = { siteMetadata . search as SearchConfig } >
103
103
< Header />
You can’t perform that action at this time.
0 commit comments