mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 21:07:49 +00:00
Merge branch 'workaround-gatsby-node' into headings-with-id-plugin
# Conflicts: # package-lock.json # package.json # plugins/count-inline-code/gatsby-node.js
This commit is contained in:
@@ -23,7 +23,7 @@ module.exports = {
|
||||
{
|
||||
resolve: `gatsby-source-filesystem`,
|
||||
options: {
|
||||
path: `${__dirname}/content/assets`,
|
||||
path: `${__dirname}/src/assets`,
|
||||
name: `assets`
|
||||
}
|
||||
},
|
||||
@@ -39,7 +39,7 @@ module.exports = {
|
||||
{
|
||||
resolve: `gatsby-source-filesystem`,
|
||||
options: {
|
||||
path: `./src/data`
|
||||
path: `./content/data`
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -62,7 +62,6 @@ module.exports = {
|
||||
resolve: `gatsby-transformer-remark`,
|
||||
options: {
|
||||
plugins: [
|
||||
`count-inline-code`,
|
||||
{
|
||||
resolve: `gatsby-remark-images`,
|
||||
options: {
|
||||
@@ -118,6 +117,7 @@ module.exports = {
|
||||
]
|
||||
}
|
||||
},
|
||||
`count-inline-code`,
|
||||
`gatsby-transformer-sharp`,
|
||||
`gatsby-plugin-sharp`,
|
||||
{
|
||||
@@ -217,7 +217,7 @@ module.exports = {
|
||||
background_color: `#ffffff`,
|
||||
theme_color: `#127db3`,
|
||||
display: `minimal-ui`,
|
||||
icon: `content/assets/unicorn-utterances-logo-512.png`
|
||||
icon: `src/assets/unicorn_utterances_logo_512.png`
|
||||
}
|
||||
},
|
||||
`gatsby-plugin-offline`,
|
||||
|
||||
Reference in New Issue
Block a user