mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 16:55:37 +02:00
✨ feat: Add www to cloudflare pages (#105)
Co-authored-by: --global <--global> Add our website to cloudflare pages
This commit is contained in:
@@ -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 (
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user