Skip to content

Commit 7145aaa

Browse files
committed
updates
1 parent f877d92 commit 7145aaa

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

gatsby-config.js

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ module.exports = {
1818
path: `${__dirname}/src/assets/images`,
1919
},
2020
},
21-
{
22-
resolve: `gatsby-plugin-manifest`,
23-
options: {
24-
name: `হাতেকলমে জাভাস্ক্রিপ্ট`,
25-
short_name: `জাভাস্ক্রিপ্ট`,
26-
start_url: `/`,
27-
background_color: `#f0db4f`,
28-
theme_color: `#323330`,
29-
display: `fullscreen`,
30-
icon: `src/assets/images/icon.png`,
31-
},
32-
},
21+
// {
22+
// resolve: `gatsby-plugin-manifest`,
23+
// options: {
24+
// name: `হাতেকলমে জাভাস্ক্রিপ্ট`,
25+
// short_name: `জাভাস্ক্রিপ্ট`,
26+
// start_url: `/`,
27+
// background_color: `#f0db4f`,
28+
// theme_color: `#323330`,
29+
// display: `fullscreen`,
30+
// icon: `src/assets/images/icon.png`,
31+
// },
32+
// },
3333
{
3434
resolve: `gatsby-plugin-nprogress`,
3535
options: {
@@ -43,13 +43,14 @@ module.exports = {
4343
output: `/sitemap.xml`,
4444
},
4545
},
46-
{
47-
resolve: 'gatsby-plugin-robots-txt',
48-
options: {
49-
host: `${siteUrl}`,
50-
sitemap: `${siteUrl}/sitemap.xml`,
51-
},
52-
},
53-
`gatsby-plugin-offline`,
46+
// {
47+
// resolve: 'gatsby-plugin-robots-txt',
48+
// options: {
49+
// host: `${siteUrl}`,
50+
// sitemap: `${siteUrl}/sitemap.xml`,
51+
// },
52+
// },
53+
// `gatsby-plugin-offline`,
54+
`gatsby-plugin-remove-serviceworker`,
5455
],
5556
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@
99
"brace": "^0.11.1",
1010
"gatsby": "^2.15.9",
1111
"gatsby-image": "^2.2.17",
12-
"gatsby-plugin-manifest": "^2.2.14",
1312
"gatsby-plugin-nprogress": "^2.1.6",
14-
"gatsby-plugin-offline": "^3.2.0",
13+
"gatsby-plugin-remove-serviceworker": "^1.0.0",
1514
"gatsby-plugin-react-helmet": "^3.1.6",
1615
"gatsby-plugin-robots-txt": "^1.5.0",
1716
"gatsby-plugin-sharp": "^2.2.20",

0 commit comments

Comments
 (0)