Skip to content

Commit

Permalink
feat: update metada
Browse files Browse the repository at this point in the history
RuslanGlaznyov committed Mar 10, 2024
1 parent 0b40c3c commit 4607d87
Showing 3 changed files with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions quartz/components/Head.tsx
Original file line number Diff line number Diff line change
@@ -5,9 +5,12 @@ import { QuartzComponent, QuartzComponentConstructor, QuartzComponentProps } fro

export default (() => {
const Head: QuartzComponent = ({ cfg, fileData, externalResources }: QuartzComponentProps) => {
const title = fileData.frontmatter?.title ?? i18n(cfg.locale).propertyDefaults.title
const description =
fileData.description?.trim() ?? i18n(cfg.locale).propertyDefaults.description
const title = "Namada Awesome"
const description = "Namada Awesome is a community-driven collection of resources for Namada."

//const title = fileData.frontmatter?.title ?? i18n(cfg.locale).propertyDefaults.title
//const description =
// fileData.description?.trim() ?? i18n(cfg.locale).propertyDefaults.description
const { css, js } = externalResources

const url = new URL(`https://${cfg.baseUrl ?? "example.com"}`)
Binary file modified quartz/static/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified quartz/static/og-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4607d87

Please sign in to comment.