diff --git a/pages/blog/[slug].tsx b/pages/blog/[slug].tsx index 51ee54f..5dee68d 100644 --- a/pages/blog/[slug].tsx +++ b/pages/blog/[slug].tsx @@ -1,7 +1,6 @@ import { BlogLayout, defaultComponents, heavyComponents } from '@vcomponents' import { getFileBySlug, getSlugs } from '@vlib/mdx' import { GetStaticPaths, GetStaticProps, NextPage } from 'next' -// import dynamic from 'next/dynamic' import { MDXRemote } from 'next-mdx-remote' import { ParsedUrlQuery } from 'querystring' diff --git a/pages/index.tsx b/pages/index.tsx index fa9fc95..72444d3 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -101,7 +101,7 @@ const IndexPage: NextPage & { theme: string } = ({ blogPosts }) => {
@@ -153,7 +153,11 @@ const IndexPage: NextPage & { theme: string } = ({ blogPosts }) => { />
-
+
-
+

./blog/coding/latest

@@ -188,7 +192,7 @@ const IndexPage: NextPage & { theme: string } = ({ blogPosts }) => {
-
+

./blog/design/featured

@@ -205,7 +209,7 @@ const IndexPage: NextPage & { theme: string } = ({ blogPosts }) => {
-
+

./public/contact

diff --git a/styles/home.module.css b/styles/home.module.css index da77ca5..dff88f3 100644 --- a/styles/home.module.css +++ b/styles/home.module.css @@ -115,7 +115,7 @@ } .hSection { - @apply relative w-full px-4 pb-32 mx-auto overflow-hidden; + @apply relative w-full px-4 mx-auto overflow-hidden; content-visibility: auto; contain-intrinsic-size: 1px 1000px; }