Skip to content

Commit

Permalink
Almost got them all...
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Nov 13, 2017
1 parent ee7dfe5 commit 3403b73
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/gatsby-remark-code-repls/src/constants.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
"use strict"

const { join } = require(`path`)
const normalizePath = require(`normalize-path`)

module.exports = {
OPTION_DEFAULT_LINK_TEXT: `REPL`,
OPTION_DEFAULT_REDIRECT_TEMPLATE_PATH: join(
__dirname,
`default-redirect-template.js`
OPTION_DEFAULT_REDIRECT_TEMPLATE_PATH: normalizePath(
join(__dirname, `default-redirect-template.js`)
),
PROTOCOL_BABEL: `babel://`,
PROTOCOL_CODEPEN: `codepen://`,
Expand Down

0 comments on commit 3403b73

Please sign in to comment.