Skip to content

Commit 5b53465

Browse files
authored
Update gatsby-config.js
1 parent ec0716e commit 5b53465

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

gatsby-config.js

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,10 @@ module.exports = {
165165
{
166166
resolve: `gatsby-plugin-manifest`,
167167
options: {
168-
<<<<<<< HEAD
169168
name: 'Документация React',
170169
short_name: 'React [RU]',
171-
=======
172-
name: 'React Docs',
173-
short_name: 'React', // eg. React [%LANG_CODE%]
174170
// Translators: please change this and two above options (see https://www.gatsbyjs.org/packages/gatsby-plugin-manifest/#feature-configuration---optional)
175-
lang: 'en',
176-
>>>>>>> d2ade76cce133af47ab198188fa2de03fa51834b
171+
lang: 'ru',
177172
start_url: '/',
178173
background_color: '#20232a',
179174
theme_color: '#20232a',

0 commit comments

Comments
 (0)