File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 1+ User-agent: *
2+ Allow: /
Original file line number Diff line number Diff line change @@ -268,6 +268,7 @@ def collect_static_pages() -> List[StaticEntry]:
268268 Path ("search.html" ),
269269 Path ("en/index.html" ),
270270 Path ("en/tags.html" ),
271+ Path ("robots.txt" ),
271272 ]
272273 entries : List [StaticEntry ] = []
273274 for rel_path in static_files :
Original file line number Diff line number Diff line change 2020 <loc >https://ppippi-dev.github.io/en/tags.html</loc >
2121 <lastmod >2025-06-17T22:41:28+09:00</lastmod >
2222 </url >
23+ <url >
24+ <loc >https://ppippi-dev.github.io/robots.txt</loc >
25+ <lastmod >2025-09-18T13:09:42.202104+00:00</lastmod >
26+ </url >
2327 <url >
2428 <loc >https://ppippi-dev.github.io/2025/09/15/mcp-one-page/</loc >
2529 <lastmod >2025-09-18T00:15:16+09:00</lastmod >
You can’t perform that action at this time.
0 commit comments