some global changes
This commit is contained in:
parent
6149290e0e
commit
9d53458940
@ -46,11 +46,20 @@ module.exports = {
|
||||
{
|
||||
resolve: `gatsby-plugin-manifest`,
|
||||
options: {
|
||||
name: `npm-site`,
|
||||
name: `NPM group`,
|
||||
short_name: `npm`,
|
||||
lang: `ru`,
|
||||
start_url: `/`,
|
||||
display: `minimal-ui`,
|
||||
icon: `src/images/icon.png`, // This path is relative to the root of the site.
|
||||
// icon: `src/images/icon.png`, // This path is relative to the root of the site.
|
||||
localize: [
|
||||
{
|
||||
start_url: `/en/`,
|
||||
lang: `en`,
|
||||
name: `NPM group`,
|
||||
short_name: `npm`,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
`gatsby-plugin-netlify-cms`,
|
||||
|
@ -1,6 +1,4 @@
|
||||
const path = require('path')
|
||||
const { createFilePath } = require(`gatsby-source-filesystem`)
|
||||
|
||||
|
||||
exports.createPages = async ({ actions, graphql }) => {
|
||||
const {createPage} = actions;
|
||||
|
Loading…
Reference in New Issue
Block a user