From 0c53d26eaa53894ae3d6903aab6b15f0ded6c068 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Tue, 7 Apr 2020 00:30:19 +0200 Subject: Address lighthouse issues --- .gitlab-ci.yml | 1 + index.html | 2 +- robots.txt | 2 ++ 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 robots.txt diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a02dc1c..501cbd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,7 @@ pages: script: - mkdir public - cp index.html public + - cp robots.txt public artifacts: paths: - public diff --git a/index.html b/index.html index 69b0cb2..3a660d3 100644 --- a/index.html +++ b/index.html @@ -134,7 +134,7 @@

- +

diff --git a/robots.txt b/robots.txt new file mode 100644 index 0000000..eb05362 --- /dev/null +++ b/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: -- cgit