docs: add robots.txt and fix sitemap.xml

Ensures that our site will be indexed.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
This commit is contained in:
Andrew Rynhard 2020-10-27 10:53:58 -07:00 committed by Andrew Rynhard
parent 6f9cd9bee2
commit abc9dccc65
2 changed files with 6 additions and 1 deletions

View File

@ -10,7 +10,7 @@ module.exports = {
favicon: "./src/assets/favicon.png",
touchicon: "./src/assets/favicon.png",
},
siteUrl: process.env.SITE_URL ? process.env.SITE_URL : "https://example.com",
siteUrl: process.env.SITE_URL ? process.env.SITE_URL : "https://talos.dev",
settings: {
title: "Kubernetes OS",
description: "An operating system for Kubernetes",

View File

@ -0,0 +1,5 @@
User-agent: *
Disallow: # Allow everything
Sitemap: https://talos.dev/sitemap.xml