aboutsummaryrefslogtreecommitdiffstats
path: root/src/pages/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/index.tsx')
-rw-r--r--src/pages/index.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index d708ac5..81883fc 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -438,8 +438,7 @@ const HomePage: NextPageWithLayout<HomeProps> = ({ recentPosts }) => {
);
};
-HomePage.getLayout = (page) =>
- getLayout(page, { isHome: true, withExtraPadding: false });
+HomePage.getLayout = (page) => getLayout(page, { isHome: true });
export const getStaticProps: GetStaticProps<HomeProps> = async ({ locale }) => {
const translation = await loadTranslation(locale);