wip(org): Working on stats/users pages
This commit is contained in:
parent
873539c92b
commit
ffe938783f
13 changed files with 392 additions and 6 deletions
|
@ -26,7 +26,6 @@ export const DynamicMdx = ({ site = 'org', slug, language, title = 1 }) => {
|
|||
const [frontmatter, setFrontmatter] = useState(false)
|
||||
|
||||
useEffect(() => {
|
||||
console.log('in effect')
|
||||
const loadMdx = async () => {
|
||||
const response = await fetch(`${ghPrefix}/${site}/${slug}/${language}.md`)
|
||||
const md = await response.text()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue