Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
yamader committed Feb 6, 2024
1 parent 435e2ad commit 887364d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "yamad.me",
"version": "2.0.2",
"dependencies": {
"@builder.io/qwik": "1.4.2",
"@builder.io/qwik": "1.4.3",
"katex": "0.16.9",
"svelte": "4.2.9"
"svelte": "4.2.10"
},
"devDependencies": {
"@astrojs/check": "0.4.1",
"@astrojs/mdx": "2.1.0",
"@astrojs/mdx": "2.1.1",
"@astrojs/svelte": "5.0.3",
"@qwikdev/astro": "0.5.1",
"astro": "4.2.6",
"@qwikdev/astro": "0.5.2",
"astro": "4.3.2",
"badgen": "3.2.3",
"js-beautify": "1.14.11",
"lightningcss": "1.23.0",
"prettier": "3.2.4",
"prettier": "3.2.5",
"prettier-plugin-astro": "0.13.0",
"prettier-plugin-organize-imports": "3.2.4",
"prettier-plugin-svelte": "3.1.2",
Expand Down
1 change: 1 addition & 0 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const {
{noRobots && <meta name="robots" content="none" />}
<title>{realTitle}</title>
<meta name="description" content={description} />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://yamad.me/icon.png" />
</head>
<body>
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"jsxImportSource": "@builder.io/qwik",
"baseUrl": ".",
"paths": {
"~/*": ["src/*"],
},
},
"~/*": ["src/*"]
}
}
}

0 comments on commit 887364d

Please sign in to comment.