Skip to content

Commit da8348d

Browse files
author
David Liu
committed
sitemap, robots
1 parent 929e3c3 commit da8348d

File tree

9 files changed

+49
-29
lines changed

9 files changed

+49
-29
lines changed

web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ ENV PORT=8080
3434
EXPOSE 8080
3535

3636
# Start the server
37-
CMD ["node", "dist/server/index.js"]
37+
CMD ["node", "dist/server/server.js"]

web/public/favicon.ico

11.3 KB
Binary file not shown.

web/public/logo192.png

-5.22 KB
Binary file not shown.

web/public/logo512.png

-9.44 KB
Binary file not shown.

web/public/manifest.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

web/public/robots.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
# https://www.robotstxt.org/robotstxt.html
21
User-agent: *
3-
Disallow:
2+
Allow: /

web/public/sitemap.xml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset
3+
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
6+
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
7+
<url>
8+
<loc>https://r2dliu.com/</loc>
9+
<lastmod>2023-04-19T02:37:42+00:00</lastmod>
10+
<priority>0.80</priority>
11+
</url>
12+
<url>
13+
<loc>https://r2dliu.com/experience</loc>
14+
<lastmod>2023-04-19T02:37:42+00:00</lastmod>
15+
<priority>0.80</priority>
16+
</url>
17+
<url>
18+
<loc>https://r2dliu.com/articles</loc>
19+
<lastmod>2023-04-19T02:37:42+00:00</lastmod>
20+
<priority>0.80</priority>
21+
</url>
22+
<url>
23+
<loc>https://r2dliu.com/melee</loc>
24+
<lastmod>2023-04-19T02:37:42+00:00</lastmod>
25+
<priority>0.80</priority>
26+
</url>
27+
<url>
28+
<loc>https://r2dliu.com/climbing</loc>
29+
<lastmod>2023-04-19T02:37:42+00:00</lastmod>
30+
<priority>0.80</priority>
31+
</url>
32+
<url>
33+
<loc>https://r2dliu.com/articles/pulley</loc>
34+
<lastmod>2023-04-19T02:37:42+00:00</lastmod>
35+
<priority>0.64</priority>
36+
</url>
37+
<url>
38+
<loc>https://r2dliu.com/articles/ledgedash</loc>
39+
<lastmod>2023-04-19T02:37:42+00:00</lastmod>
40+
<priority>0.64</priority>
41+
</url>
42+
<url>
43+
<loc>https://r2dliu.com/articles/autocancel</loc>
44+
<lastmod>2023-04-19T02:37:42+00:00</lastmod>
45+
<priority>0.64</priority>
46+
</url>
47+
</urlset>
-259 KB
Binary file not shown.

web/public/tanstack-word-logo-white.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)