mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-05-14 07:26:52 +00:00
11 lines
210 B
JavaScript
11 lines
210 B
JavaScript
import BLOG from '@/blog.config'
|
|
|
|
const Messenger = () => (
|
|
<div
|
|
pageId={BLOG.FACEBOOK_PAGE_ID}
|
|
appId={BLOG.FACEBOOK_APP_ID}
|
|
language={BLOG.LANG.replace('-', '_')}
|
|
/>
|
|
)
|
|
export default Messenger
|