fix pagespeed
This commit is contained in:
2
public/robots.txt
Normal file
2
public/robots.txt
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
User-agent: *
|
||||||
|
Allow: /
|
||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user