Skip to content

Commit

Permalink
Merge pull request #21 from Team-INSERT/refactor/useConfig
Browse files Browse the repository at this point in the history
FIX : export error
  • Loading branch information
Ubinquitous authored May 7, 2023
2 parents cd7c7a9 + 5902f4f commit dadf407
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pages/docs/[title].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import { toast } from 'react-toastify'
import { useRouter } from 'next/router'
import { Storage } from '@/lib/storage'
import useLikeCountById from '@/hooks/useLikeCountById'
import seoContentParser from '@/utils/document/seoContentParser'

interface SingleDocsPropsType {
docs: Docs
Expand Down
2 changes: 2 additions & 0 deletions utils/document/seoContentParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ const seoContentParser = (contents: string) => {

return seoContents
}

export default seoContentParser

0 comments on commit dadf407

Please sign in to comment.