Merge pull request #96 from timlrx/mdx-bundler

feat: mdx-bundler and xdm
This commit is contained in:
Timothy
2021-07-04 15:23:40 +08:00
committed by GitHub
16 changed files with 1536 additions and 971 deletions

View File

@ -1,6 +1,6 @@
import Image from 'next/image'
import siteMetadata from '@/data/siteMetadata'
import projectsData from '@/data/projectsData'
import Image from '@/components/Image'
import Link from '@/components/Link'
import Card from '@/components/Card'
import { PageSeo } from '@/components/SEO'