Skip to content

Commit f9bdfe5

Browse files
author
Patrick M
committed
change code style
1 parent e4c3e3b commit f9bdfe5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default defineConfig({
2323
remarkPlugins: [remarkToc, [remarkCollapse, { test: "Table of contents" }]],
2424
shikiConfig: {
2525
// For more themes, visit https://shiki.style/themes
26-
themes: { light: "min-light", dark: "night-owl" },
26+
themes: { light: "github-light", dark: "github-dark-default" },
2727
defaultColor: false,
2828
wrap: false,
2929
transformers: [

src/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
export const SITE = {
22
website: "https://binarypatrick.dev/", // replace this with your deployed domain
33
author: "BinaryPatrick",
4-
profile: "https://binarypatrick.dev/",
5-
desc: "A minimal, responsive and SEO-friendly Astro blog theme.",
4+
profile: "",
5+
desc: "A technical developer blog focused on small guides for things I've struggled with or created.",
66
title: "BinaryPatrick",
77
ogImage: "astropaper-og.jpg",
88
lightAndDarkMode: true,

0 commit comments

Comments
 (0)