Skip to content

Commit

Permalink
Update memos.astro
Browse files Browse the repository at this point in the history
  • Loading branch information
jkjoy committed Oct 29, 2024
1 parent 1ff7956 commit 3d0480a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/memos.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getEntry } from 'astro:content'
import { i18n } from '../i18n/translation'
import I18nKey from '../i18n/i18nKey'
import Markdown from '@components/misc/Markdown.astro'
import Twikoo from '../../components/Memos.astro'
import Memos from '../../components/Memos.astro'
const aboutPost = await getEntry('spec', 'about')
const { Content } = await aboutPost.render()
Expand Down

0 comments on commit 3d0480a

Please sign in to comment.