mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 21:07:49 +00:00
Make a consistency in file naming, moving some of the assets to a better place
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`
|
||||
}
|
||||
},
|
||||
@@ -216,7 +216,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