mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 12:57:45 +00:00
Massive code migration cleanup
Migrate to SCSS, move to named exports, add barel files, format code to be standardized, fix file naming convention, move utils to `src/utils`
This commit is contained in:
@@ -5,8 +5,8 @@ const { createFilePath } = require(`gatsby-source-filesystem`)
|
||||
exports.createPages = ({ graphql, actions }) => {
|
||||
const { createPage } = actions
|
||||
|
||||
const blogPost = path.resolve(`./src/templates/blog-post/index.js`)
|
||||
const blogAuthor = path.resolve(`./src/templates/blog-author/index.js`)
|
||||
const blogPost = path.resolve(`./src/templates/blog-post.js`)
|
||||
const blogAuthor = path.resolve(`./src/templates/blog-author.js`)
|
||||
return graphql(
|
||||
`
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user