mirror of
https://github.com/siderolabs/talos.git
synced 2026-05-05 04:16:21 +02:00
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:
parent
6f9cd9bee2
commit
abc9dccc65
@ -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",
|
||||
|
||||
5
website/static/robots.txt
Normal file
5
website/static/robots.txt
Normal file
@ -0,0 +1,5 @@
|
||||
User-agent: *
|
||||
|
||||
Disallow: # Allow everything
|
||||
|
||||
Sitemap: https://talos.dev/sitemap.xml
|
||||
Loading…
x
Reference in New Issue
Block a user