From a5869d2b8301281d8e05a9d37172a7ffc530a1af Mon Sep 17 00:00:00 2001 From: Loyyd Date: Fri, 10 Jul 2026 10:57:32 +0200 Subject: [PATCH] Stabilize admin deployment build --- .forgejo/workflows/deploy.yml | 1 + {src/styles => css}/admin.css | 0 src/pages/admin/index.astro | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename {src/styles => css}/admin.css (100%) diff --git a/.forgejo/workflows/deploy.yml b/.forgejo/workflows/deploy.yml index 3029c836..106267eb 100644 --- a/.forgejo/workflows/deploy.yml +++ b/.forgejo/workflows/deploy.yml @@ -30,6 +30,7 @@ jobs: PUBLIC_CONTACT_SUBMISSIONS_URL: ${{ secrets.PUBLIC_CONTACT_SUBMISSIONS_URL }} PUBLIC_PLAUSIBLE_DOMAIN: ${{ secrets.PUBLIC_PLAUSIBLE_DOMAIN }} PUBLIC_PLAUSIBLE_SCRIPT_SRC: ${{ secrets.PUBLIC_PLAUSIBLE_SCRIPT_SRC }} + NODE_OPTIONS: --max-old-space-size=768 REPO_URL: https://git.bcgen.ie/familyfedie/familyfedie-website.git run: | set -eu diff --git a/src/styles/admin.css b/css/admin.css similarity index 100% rename from src/styles/admin.css rename to css/admin.css diff --git a/src/pages/admin/index.astro b/src/pages/admin/index.astro index 382e3c36..5b221548 100644 --- a/src/pages/admin/index.astro +++ b/src/pages/admin/index.astro @@ -1,5 +1,4 @@ --- -import "../../styles/admin.css"; import { getArchiveEntries } from "../../lib/archive"; import { speechAdminEntryFromArchiveEntry } from "../../lib/admin-speeches"; import { calendarEvents, recurringCalendarEvents } from "../../data/events"; @@ -46,6 +45,7 @@ const adminConfig = { Overview ยท FamilyFed.ie Admin + Skip to content