Skip to content
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commit b9a4c76

Browse files
committed
chore(deploy): add basic sitemap
1 parent 54fb492 commit b9a4c76

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

.eslintignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ tsconfig.tsbuildinfo
1414
*.hbs
1515
*.css
1616
./deploy*
17-
*.tar.gz
17+
*.tar.gz
18+
*.xml

config/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"//--- contact configs ---//": "",
6060
"EMAIL_SUPPORT": "coderplanets@outlook.com",
6161
"// GRAPHQL_ENDPOINT": "https://api.coderplanets.com/graphiql",
62-
"BUILD_VERSION": "v2.0.97",
62+
"BUILD_VERSION": "v2.0.98",
6363
"// 1000 * 60 * 10 = 10 mins": "",
6464
"SSR_CACHE_TIME": 60000
6565
}

deploy/production/web.tar.gz

138 Bytes
Binary file not shown.

public/sitemap.xml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
3+
<urlset
4+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
5+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6+
xmlns:xhtml="http://www.w3.org/1999/xhtml"
7+
xsi:schemaLocation="
8+
http://www.sitemaps.org/schemas/sitemap/0.9
9+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
10+
11+
<url>
12+
<loc>https://coderplanets.com/</loc>
13+
<lastmod>2021-12-22T04:48:25+00:00</lastmod>
14+
<changefreq>daily</changefreq>
15+
<priority>1.0000</priority>
16+
</url>
17+
</urlset>

0 commit comments

Comments
 (0)