fix pagespeed

This commit is contained in:
Surjith S M
2022-11-09 20:06:47 +05:30
parent 5b455cc287
commit 7f930fca78
2 changed files with 5 additions and 3 deletions

2
public/robots.txt Normal file
View File

@@ -0,0 +1,2 @@
User-agent: *
Allow: /

View File

@@ -3,9 +3,9 @@ import Link from "./ui/link.astro";
--- ---
<div <div
class="bg-black px-20 py-20 mt-20 mx-auto max-w-5xl rounded-lg flex flex-col items-center text-center"> class="bg-black p-8 md:px-20 md:py-20 mt-20 mx-auto max-w-5xl rounded-lg flex flex-col items-center text-center">
<h2 class="text-white text-3xl md:text-6xl">Build faster websites.</h2> <h2 class="text-white text-4xl md:text-6xl">Build faster websites.</h2>
<p class="text-slate-500 mt-4 text-lg md:text-xl"> <p class="text-slate-400 mt-4 text-lg md:text-xl">
Pull content from anywhere and serve it fast with Astro's next-gen island Pull content from anywhere and serve it fast with Astro's next-gen island
architecture. architecture.
</p> </p>