feat: Add SEO stuff

This commit is contained in:
Wanjohi
2024-08-30 10:35:24 +03:00
parent 1cef08ebdf
commit 5520883f00
19 changed files with 150 additions and 68 deletions

View File

@@ -1,5 +1,4 @@
import { component$ } from "@builder.io/qwik";
import type { DocumentHead } from "@builder.io/qwik-city";
export default component$(() => {
return (
@@ -7,14 +6,4 @@ export default component$(() => {
</div>
);
});
export const head: DocumentHead = {
title: "Welcome to Qwik",
meta: [
{
name: "description",
content: "Qwik site description",
},
],
};
});