From 720b56aba6c3fcf872463ccc5354f79a9d449482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Sat, 8 Nov 2025 22:45:22 +0100 Subject: [PATCH] public: add supporter --- .../(content)/articles/[articleSlug]/page.tsx | 50 ++- apps/public/app/(content)/bajs/page.tsx | 86 ------ apps/public/app/(content)/supporter/page.tsx | 288 ++++++++++++++++++ apps/public/app/layout.config.tsx | 6 + apps/public/app/sitemap.ts | 6 + apps/public/components/github-button.tsx | 2 +- apps/public/components/navbar.tsx | 1 - .../components/sections/supporter-perks.tsx | 130 ++++++++ apps/public/components/sections/supporter.tsx | 35 --- .../supporter-access-latest-docker-images.mdx | 4 +- apps/public/content/pages/supporter.mdx | 24 -- 11 files changed, 450 insertions(+), 182 deletions(-) delete mode 100644 apps/public/app/(content)/bajs/page.tsx create mode 100644 apps/public/app/(content)/supporter/page.tsx create mode 100644 apps/public/components/sections/supporter-perks.tsx delete mode 100644 apps/public/components/sections/supporter.tsx delete mode 100644 apps/public/content/pages/supporter.mdx diff --git a/apps/public/app/(content)/articles/[articleSlug]/page.tsx b/apps/public/app/(content)/articles/[articleSlug]/page.tsx index 37a65a88..6346f49c 100644 --- a/apps/public/app/(content)/articles/[articleSlug]/page.tsx +++ b/apps/public/app/(content)/articles/[articleSlug]/page.tsx @@ -148,15 +148,6 @@ export default async function Page({ -
- {article?.data.title} -
@@ -166,8 +157,24 @@ export default async function Page({
-