mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-10 12:57:46 +00:00
Move the files to their own location
This commit is contained in:
@@ -74,9 +74,11 @@ exports.sourceNodes = async ({
|
||||
exports.createPages = ({ graphql, actions }) => {
|
||||
const { createPage } = actions;
|
||||
|
||||
const blogPost = path.resolve(`./src/templates/blog-post.tsx`);
|
||||
const blogProfile = path.resolve(`./src/templates/blog-profile.tsx`);
|
||||
const postList = path.resolve(`./src/templates/post-list.tsx`);
|
||||
const blogPost = path.resolve(`./src/templates/blog-post/blog-post.tsx`);
|
||||
const blogProfile = path.resolve(
|
||||
`./src/templates/blog-profile/blog-profile.tsx`
|
||||
);
|
||||
const postList = path.resolve(`./src/templates/post-list/post-list.tsx`);
|
||||
return graphql(
|
||||
`
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user