Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Commit 56084e3

Browse files
committed
Add Post import
1 parent 78e0d74 commit 56084e3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

next.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ module.exports = {
4141
'@mdx-js/loader',
4242
createLoader(function (src) {
4343
const content = [
44+
'import Post from "@/components/Post"',
4445
src,
4546
'export default ({ children }) => <Post meta={meta}>{children}</Post>',
4647
].join('\n')

src/pages/introducing-linting-for-tailwind-css-intellisense.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import Post from '@/components/Post'
21
import { bradlc } from '@/authors'
32

43
export const meta = {

0 commit comments

Comments
 (0)