We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d683499 commit 5bfe4acCopy full SHA for 5bfe4ac
src/app/blog/[slug]/page.tsx
@@ -41,7 +41,7 @@ export async function generateMetadata({ params }: PostPageProps) {
41
42
const prettyCodeOptions = {
43
theme: "github-dark",
44
- keepBackground: false, // We'll control backgrounds with CSS
+ keepBackground: false,
45
};
46
47
export default function PostPage({ params }: PostPageProps) {
0 commit comments