We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ecb78f commit 8911ba3Copy full SHA for 8911ba3
gatsby-config.ts
@@ -29,7 +29,6 @@ module.exports = {
29
`TIL`,
30
],
31
image: `/icons/icon-512x512.png`,
32
- twitterUsername: `@pjj186`,
33
},
34
plugins: [
35
`gatsby-plugin-sitemap`,
@@ -40,8 +39,8 @@ module.exports = {
40
39
{
41
resolve: "gatsby-plugin-robots-txt",
42
options: {
43
- host: "https://pjj186.github.io",
44
- sitemap: "https://pjj186.github.io/sitemap.xml",
+ host: "https://pjj186.github.io/",
+ sitemap: "https://pjj186.github.io/sitemap-index.xml",
45
policy: [{ userAgent: "*", allow: "/" }],
46
47
0 commit comments