feat: Add www to cloudflare pages (#105)

Co-authored-by: --global <--global>

Add our website to cloudflare pages
This commit is contained in:
Wanjohi
2024-09-03 06:55:51 +03:00
committed by GitHub
parent 62b7a841ed
commit e2e5497c62
44 changed files with 243 additions and 47 deletions

View File

@@ -1,7 +1,5 @@
import { component$ } from "@builder.io/qwik";
import { Link } from "@builder.io/qwik-city";
import { buttonVariants, cn } from "@nestri/ui/design";
export default component$(() => {
return (

View File

@@ -1,3 +1,4 @@
/* eslint-disable qwik/jsx-img */
import { component$ } from "@builder.io/qwik";
import { Link } from "@builder.io/qwik-city";
import { NavBar, Footer } from "@nestri/ui";

View File

@@ -1,5 +1,5 @@
import { component$ } from "@builder.io/qwik";
import { GameCard, HomeNavBar, Card } from "@nestri/ui";
import { HomeNavBar, Card } from "@nestri/ui";
function getGreeting(): string {
const hour = new Date().getHours();