Skip to content

Commit 8911ba3

Browse files
committed
Update gatsby-config.ts
1 parent 0ecb78f commit 8911ba3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gatsby-config.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ module.exports = {
2929
`TIL`,
3030
],
3131
image: `/icons/icon-512x512.png`,
32-
twitterUsername: `@pjj186`,
3332
},
3433
plugins: [
3534
`gatsby-plugin-sitemap`,
@@ -40,8 +39,8 @@ module.exports = {
4039
{
4140
resolve: "gatsby-plugin-robots-txt",
4241
options: {
43-
host: "https://pjj186.github.io",
44-
sitemap: "https://pjj186.github.io/sitemap.xml",
42+
host: "https://pjj186.github.io/",
43+
sitemap: "https://pjj186.github.io/sitemap-index.xml",
4544
policy: [{ userAgent: "*", allow: "/" }],
4645
},
4746
},

0 commit comments

Comments
 (0)