Skip to content

Commit 5bfe4ac

Browse files
Update page.tsx
1 parent d683499 commit 5bfe4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/blog/[slug]/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export async function generateMetadata({ params }: PostPageProps) {
4141

4242
const prettyCodeOptions = {
4343
theme: "github-dark",
44-
keepBackground: false, // We'll control backgrounds with CSS
44+
keepBackground: false,
4545
};
4646

4747
export default function PostPage({ params }: PostPageProps) {

0 commit comments

Comments
 (0)