mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-07 07:26:46 +00:00
补充提交
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -33,9 +33,7 @@ yarn-error.log*
|
|||||||
# vercel
|
# vercel
|
||||||
.vercel
|
.vercel
|
||||||
|
|
||||||
# sitemap
|
# dev
|
||||||
/public/robots.txt
|
|
||||||
/public/sitemap.xml
|
|
||||||
/data.json
|
/data.json
|
||||||
/yarn.lock
|
/yarn.lock
|
||||||
.idea
|
.idea
|
||||||
|
|||||||
9
public/robots.txt
Normal file
9
public/robots.txt
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
# *
|
||||||
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
|
|
||||||
|
# Host
|
||||||
|
Host: https://tangly1024.com
|
||||||
|
|
||||||
|
# Sitemaps
|
||||||
|
Sitemap: https://tangly1024.com/sitemap.xml
|
||||||
9
public/sitemap.xml
Normal file
9
public/sitemap.xml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:mobile="http://www.google.com/schemas/sitemap-mobile/1.0" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1">
|
||||||
|
<url><loc>https://tangly1024.com</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2021-12-15T04:02:54.175Z</lastmod></url>
|
||||||
|
<url><loc>https://tangly1024.com/archive</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2021-12-15T04:02:54.175Z</lastmod></url>
|
||||||
|
<url><loc>https://tangly1024.com/category</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2021-12-15T04:02:54.175Z</lastmod></url>
|
||||||
|
<url><loc>https://tangly1024.com/feed</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2021-12-15T04:02:54.175Z</lastmod></url>
|
||||||
|
<url><loc>https://tangly1024.com/search</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2021-12-15T04:02:54.175Z</lastmod></url>
|
||||||
|
<url><loc>https://tangly1024.com/tag</loc><changefreq>daily</changefreq><priority>0.7</priority><lastmod>2021-12-15T04:02:54.175Z</lastmod></url>
|
||||||
|
</urlset>
|
||||||
Reference in New Issue
Block a user