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,7 @@
/** @jsxImportSource react */
import React from 'react'
import { motion } from 'framer-motion'
import { cn } from '@/design'
import { cn } from "@nestri/ui/design"
import { qwikify$ } from '@builder.io/qwik-react';
export const CursorSVG = ({ flip }: { flip?: boolean }) => (

View File

@@ -6,9 +6,9 @@ import {
type DisplayProps as DisplayVariants,
type TextAlignProp,
type TextWeightProp
} from "@/design"
} from "@nestri/ui/design"
import * as ReactBalancer from "react-wrap-balancer"
import { cn } from "@/design"
import { cn } from "@nestri/ui/design"
import { qwikify$ } from "@builder.io/qwik-react"
type DisplaySize = DisplayVariants["size"]

View File

@@ -2,7 +2,7 @@
/** @jsxImportSource react */
import { qwikify$ } from "@builder.io/qwik-react";
import { motion } from "framer-motion"
import { ReactDisplay } from "@/react/display"
import { ReactDisplay } from "./display"
import * as React from "react"
// type Props = {
// children?: React.ReactElement[]

View File

@@ -1,4 +1,4 @@
import { cn } from "@/design";
import { cn } from "@nestri/ui/design";
import { component$, useStore, type Component } from "@builder.io/qwik";

View File

@@ -1,7 +1,6 @@
/** @jsxImportSource react */
import React from 'react'
import { motion } from 'framer-motion'
import { cn } from '@/design'
import { cn } from "@nestri/ui/design"
import { qwikify$ } from '@builder.io/qwik-react';
export const CursorSVG = ({ flip }: { flip?: boolean }) => (

View File

@@ -1,5 +1,5 @@
/** @jsxImportSource react */
import { cn } from "@/design";
import { cn } from "@nestri/ui/design";
import { qwikify$ } from "@builder.io/qwik-react";
import React, { useEffect, useRef, useState } from "react";
import {

View File

@@ -7,7 +7,7 @@ import {
type TextAlignProp,
type TextWeightProp,
cn
} from "@/design"
} from "@nestri/ui/design"
// import * as ReactBalancer from "react-wrap-balancer"
import { qwikify$ } from "@builder.io/qwik-react"

View File

@@ -2,7 +2,7 @@
/** @jsxImportSource react */
import { qwikify$ } from "@builder.io/qwik-react";
import { motion } from "framer-motion"
import { ReactDisplay } from "@/react/display"
import { ReactDisplay } from "./display"
// type Props = {
// children?: React.ReactElement[]
// }

View File

@@ -7,7 +7,7 @@ import {
type TextAlignProp,
type TextWeightProp,
cn
} from "@/design"
} from "@nestri/ui/design"
import { qwikify$ } from "@builder.io/qwik-react";