Skip to content

Commit

Permalink
Chore(v2): use alias instead of relative path for blogpost
Browse files Browse the repository at this point in the history
  • Loading branch information
endiliey committed May 15, 2019
1 parent 86a1c3a commit b91a0fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import React from 'react';

import Layout from '@theme/Layout'; // eslint-disable-line
import BlogPostItem from '@theme/BlogPostItem';
import BlogPostPaginator from '../BlogPostPaginator';
import BlogPostPaginator from '@theme/BlogPostPaginator';

function BlogPostPage(props) {
const {content: BlogPostContents, metadata, nextItem, prevItem} = props;
Expand Down

0 comments on commit b91a0fd

Please sign in to comment.