Skip to content

Commit

Permalink
📦 NEW:
Browse files Browse the repository at this point in the history
  • Loading branch information
MaedahBatool committed Sep 23, 2019
1 parent 8216cb7 commit b1888e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions gatsby-node.js
@@ -1,11 +1,9 @@
/**
* Implement Gatsby's Node APIs in this file.
*
* See: https://www.gatsbyjs.org/docs/node-apis/
*/

// You can delete this file if you're not using it

// Step #5: Create static pages using createPage API
const path = require(`path`)

exports.createPages = async ({ actions, graphql, reporter }) => {
Expand Down
1 change: 1 addition & 0 deletions src/templates/blogTemplate.js
@@ -1,3 +1,4 @@
// Step #4: Create a page template for the Markdown files
import { graphql } from "gatsby"
import React from "react"

Expand Down

0 comments on commit b1888e4

Please sign in to comment.