Organize code

This commit is contained in:
Kevin Kandlbinder 2022-02-06 14:03:21 +00:00 committed by GitHub
parent 186089db83
commit 2b5ce06ca0
7 changed files with 8 additions and 8 deletions

View file

@ -78,9 +78,9 @@ exports.createPages = async ({ actions, graphql, reporter }) => {
activity.setStatus("Generating blog pages...");
const blogListingTemplate = path.resolve(
`src/templates/blogListing.tsx`
`src/templates/blog/listing.tsx`
);
const blogTemplate = path.resolve(`src/templates/blogPost.tsx`);
const blogTemplate = path.resolve(`src/templates/blog/post.tsx`);
reporter.info("Creating blog listings...");