Skip to content

Commit 0f612be

Browse files
authored
add sitemap to help google indexing (#110)
* add sitemap plugin to config * prune old files
1 parent a69d4cd commit 0f612be

File tree

3 files changed

+4
-26
lines changed

3 files changed

+4
-26
lines changed

gatsby-config.js

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ module.exports = {
55
title: "California Renter Protections",
66
description:
77
"Are you a California resident who wants to know whether your rent is protected under rent control or the new Tenant Protections Act? Rent Cap can help you find out!",
8-
author: "@krpeacock"
8+
author: "@krpeacock",
9+
siteUrl: `https://tenantprotections.org`,
910
},
1011
plugins: [
1112
`gatsby-plugin-mdx`,
@@ -38,6 +39,7 @@ module.exports = {
3839
icon: "src/images/rentcap5.svg" // This path is relative to the root of the site.
3940
}
4041
},
41-
`gatsby-plugin-sass`
42+
`gatsby-plugin-sass`,
43+
`gatsby-plugin-sitemap`
4244
]
4345
};

src/pages/gethelp-test.mdx

-13
This file was deleted.

src/pages/old_index.mdx

-11
This file was deleted.

0 commit comments

Comments
 (0)