Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit af9c402

Browse files
committed
update robot and keyword
1 parent a9f900c commit af9c402

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

html/commons/head.handlebars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<meta charset="utf-8">
22

3-
<meta name="description" content="HYPER_ - Container-Native Cloud, Get your microservices to production in 5 seconds!">
4-
<meta name="keywords" content="container containers cloud docker vm hosting iaas caas microservice hyper hypernetes">
3+
<meta name="description" content="Container-Native Cloud, Get your microservices to production in 5 seconds!">
4+
<meta name="keywords" content="container containers cloud docker vm secure security hosting iaas caas microservice hyper hypernetes">
55
<meta property="og:title" content="HYPER_ - Container-Native Cloud">
66
<meta property="og:type" content="website">
77
<meta property="og:url" content="https://www.hyper.sh/">

robot.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

robots.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1-
User-agent: *
2-
Disallow: /assets/
1+
Sitemap: https://www.hyper.sh/sitemap.xml
2+
User-Agent: *
3+
Disallow:
4+
Allow: /

webpack.config.prod.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = Object.assign(webpackBaseConfig, {
3838
to: './assets'
3939
},
4040
{
41-
from: 'robot.txt',
41+
from: 'robots.txt',
4242
to: './'
4343
},
4444
{

0 commit comments

Comments
 (0)