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 = {