mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-13 17:25:36 +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:
@@ -10,7 +10,6 @@ type Props = {
|
||||
export const Card = component$(({ game }: Props) => {
|
||||
const imageUrl = `http://localhost:8787/image/cover/${game.id}.avif`
|
||||
const backgroundColor = useSignal<string | undefined>(undefined);
|
||||
const ringColor = useSignal<string | undefined>(undefined);
|
||||
const imgRef = useSignal<HTMLImageElement>();
|
||||
|
||||
const extractColor = $((img: HTMLImageElement) => {
|
||||
|
||||
Reference in New Issue
Block a user