Skip to content

Commit

Permalink
yoyo
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaMachina committed Oct 10, 2023
1 parent c993103 commit 3399904
Show file tree
Hide file tree
Showing 4 changed files with 1,024 additions and 535 deletions.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
"jest.config.js",
".eslintrc.js",
"typedoc.js"
]
],
"exclude": ["node_modules"]
}
6 changes: 6 additions & 0 deletions website/public/sitemap.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?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://the-guild.dev/graphql/sse</loc><lastmod>2023-10-10T19:26:54.735Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://the-guild.dev/graphql/sse/get-started</loc><lastmod>2023-10-10T19:26:54.735Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
<url><loc>https://the-guild.dev/graphql/sse/recipes</loc><lastmod>2023-10-10T19:26:54.735Z</lastmod><changefreq>daily</changefreq><priority>0.7</priority></url>
</urlset>
3 changes: 1 addition & 2 deletions website/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@
"tailwind.config.cjs",
"theme.config.tsx",
"next-sitemap.config.cjs"
],
"exclude": ["node_modules"]
]
}
Loading

0 comments on commit 3399904

Please sign in to comment.