From 3e5cee81a8f158f78848bcd19416e3baed1e7cd6 Mon Sep 17 00:00:00 2001 From: Adam Setch Date: Fri, 26 Jun 2026 08:16:02 -0400 Subject: [PATCH] feat: remove callback route from Gitify v4 or older Signed-off-by: Adam Setch --- src/pages/callback.astro | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/pages/callback.astro diff --git a/src/pages/callback.astro b/src/pages/callback.astro deleted file mode 100644 index 03d5af99..00000000 --- a/src/pages/callback.astro +++ /dev/null @@ -1,34 +0,0 @@ ---- -// TODO remove this callback page - from v4 of Gitify - -import Layout from '~/layouts/Layout.astro'; ---- - - -
-
- -
-

- This is a callback page. -

-

- There's not much to see in this page. -

- - ← Return Home - -
-
-
-