Merge branch 'master' into next
Lint / lint (push) Failing after 12s

This commit is contained in:
Julien Valverdé
2026-05-19 18:34:09 +02:00
10 changed files with 4 additions and 2 deletions
+1
View File
@@ -35,6 +35,7 @@
"@opentelemetry/sdk-trace-node": "^2.1.0", "@opentelemetry/sdk-trace-node": "^2.1.0",
"@opentelemetry/sdk-trace-web": "^2.1.0", "@opentelemetry/sdk-trace-web": "^2.1.0",
"@website/common": "workspace:*", "@website/common": "workspace:*",
"@website/webapp": "workspace:*",
"effect": "^3.17.13", "effect": "^3.17.13",
}, },
"devDependencies": { "devDependencies": {
+1
View File
@@ -26,6 +26,7 @@
"@opentelemetry/sdk-trace-node": "^2.1.0", "@opentelemetry/sdk-trace-node": "^2.1.0",
"@opentelemetry/sdk-trace-web": "^2.1.0", "@opentelemetry/sdk-trace-web": "^2.1.0",
"@website/common": "workspace:*", "@website/common": "workspace:*",
"@website/webapp": "workspace:*",
"effect": "^3.17.13" "effect": "^3.17.13"
}, },
"devDependencies": { "devDependencies": {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,6 +1,6 @@
@font-face { @font-face {
font-family: "Coolvetica"; font-family: "Coolvetica";
src: url("/public/fonts/Coolvetica Rg.otf") format("opentype"); src: url("/fonts/coolvetica_rg.otf") format("opentype");
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
font-display: swap; font-display: swap;
@@ -2,7 +2,7 @@ import { createFileRoute } from "@tanstack/react-router"
import { useEffect, useRef } from "react" import { useEffect, useRef } from "react"
import "./index.css" import "./index.css"
import screen1 from "./screen1.png" import screen1 from "./screen1.png"
import song from "./We Are Charlie Kirk.mp3" import song from "./we_are_charlie_kirk.mp3"
export const Route = createFileRoute("/pazismemod/")({ export const Route = createFileRoute("/pazismemod/")({