From ce36957ba39a45195f83b6dc33b285a28867d22c Mon Sep 17 00:00:00 2001 From: nate Date: Thu, 9 Apr 2026 06:46:22 +0400 Subject: [PATCH] move css to own file --- apps/status/src/index.ts | 22 ++++- apps/status/src/static/app.css | 143 +++++++++++++++++++++++++++++++++ apps/status/src/views/page.ejs | 140 +------------------------------- 3 files changed, 164 insertions(+), 141 deletions(-) create mode 100644 apps/status/src/static/app.css diff --git a/apps/status/src/index.ts b/apps/status/src/index.ts index fa81bfa..4f65fe1 100644 --- a/apps/status/src/index.ts +++ b/apps/status/src/index.ts @@ -19,12 +19,18 @@ const eta = new Eta({ views: resolve(import.meta.dir, "./views"), cache: true, d const PUBLIC_BASE = process.env.STATUS_BASE_URL ?? "https://status.pingql.com"; -// Hash the static expand.js so the URL changes whenever its bytes change. -// Used as a cache-busting query string on the