Skip to content

Commit

Permalink
remove images
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiaagarwal committed Mar 30, 2024
1 parent 9e2a583 commit 5454440
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions quartz/components/Head.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export default (() => {
const baseDir = fileData.slug === "404" ? path : pathToRoot(fileData.slug!)

const iconPath = joinSegments(baseDir, "static/icon.png")
const ogImagePath = `https://${cfg.baseUrl}/static/og-image.png`

return (
<head>
Expand All @@ -32,10 +31,7 @@ export default (() => {
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content={title} />
<meta property="og:description" content={description} />
{cfg.baseUrl && <meta property="og:image" content={ogImagePath} />}
<meta property="og:width" content="1200" />
<meta property="og:height" content="675" />
<link rel="icon" href={iconPath} />
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>🤔</text></svg>" />
<meta name="description" content={description} />
<meta name="generator" content="Quartz" />
{css.map((href) => (
Expand Down
Empty file added quartz/static/.gitkeep
Empty file.
Binary file removed quartz/static/icon.png
Binary file not shown.
Binary file removed quartz/static/og-image.png
Binary file not shown.

0 comments on commit 5454440

Please sign in to comment.