mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-23 13:56:28 +02:00
Organize code
This commit is contained in:
parent
186089db83
commit
2b5ce06ca0
7 changed files with 8 additions and 8 deletions
|
@ -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...");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue