File tree 4 files changed +284
-1
lines changed
4 files changed +284
-1
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,21 @@ const config: GatsbyConfig = {
5
5
siteMetadata : {
6
6
title : "Browser Actions" ,
7
7
description : "GitHub Actions for Browsers" ,
8
- siteUrl : "https://browser-actions.github.io " ,
8
+ siteUrl : "https://browser-actions.dev " ,
9
9
social : {
10
10
twitter : "ueokande" ,
11
11
} ,
12
12
} ,
13
13
graphqlTypegen : true ,
14
14
plugins : [
15
+ "gatsby-plugin-sitemap" ,
16
+ {
17
+ resolve : "gatsby-plugin-canonical-urls" ,
18
+ options : {
19
+ siteUrl : "https://browser-actions.dev" ,
20
+ } ,
21
+ } ,
22
+ "gatsby-plugin-robots-txt" ,
15
23
{
16
24
resolve : "gatsby-source-filesystem" ,
17
25
options : {
Original file line number Diff line number Diff line change 18
18
"dependencies" : {
19
19
"babel-plugin-styled-components" : " ^2.1.4" ,
20
20
"gatsby" : " ^5.13.5" ,
21
+ "gatsby-plugin-canonical-urls" : " ^5.13.1" ,
21
22
"gatsby-plugin-image" : " ^3.13.1" ,
22
23
"gatsby-plugin-manifest" : " ^5.13.1" ,
24
+ "gatsby-plugin-robots-txt" : " ^1.8.0" ,
23
25
"gatsby-plugin-sharp" : " ^5.13.1" ,
26
+ "gatsby-plugin-sitemap" : " ^6.13.1" ,
24
27
"gatsby-plugin-styled-components" : " ^6.13.1" ,
25
28
"gatsby-source-filesystem" : " ^5.13.1" ,
26
29
"gatsby-transformer-sharp" : " ^5.13.1" ,
You can’t perform that action at this time.
0 commit comments