@@ -18,18 +18,18 @@ module.exports = {
18
18
path : `${ __dirname } /src/assets/images` ,
19
19
} ,
20
20
} ,
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
+ // },
33
33
{
34
34
resolve : `gatsby-plugin-nprogress` ,
35
35
options : {
@@ -43,13 +43,14 @@ module.exports = {
43
43
output : `/sitemap.xml` ,
44
44
} ,
45
45
} ,
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` ,
54
55
] ,
55
56
}
0 commit comments