This commit is contained in:
parent
9f3ad9b96b
commit
a5869d2b83
3 changed files with 2 additions and 1 deletions
|
|
@ -30,6 +30,7 @@ jobs:
|
||||||
PUBLIC_CONTACT_SUBMISSIONS_URL: ${{ secrets.PUBLIC_CONTACT_SUBMISSIONS_URL }}
|
PUBLIC_CONTACT_SUBMISSIONS_URL: ${{ secrets.PUBLIC_CONTACT_SUBMISSIONS_URL }}
|
||||||
PUBLIC_PLAUSIBLE_DOMAIN: ${{ secrets.PUBLIC_PLAUSIBLE_DOMAIN }}
|
PUBLIC_PLAUSIBLE_DOMAIN: ${{ secrets.PUBLIC_PLAUSIBLE_DOMAIN }}
|
||||||
PUBLIC_PLAUSIBLE_SCRIPT_SRC: ${{ secrets.PUBLIC_PLAUSIBLE_SCRIPT_SRC }}
|
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
|
REPO_URL: https://git.bcgen.ie/familyfedie/familyfedie-website.git
|
||||||
run: |
|
run: |
|
||||||
set -eu
|
set -eu
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
---
|
---
|
||||||
import "../../styles/admin.css";
|
|
||||||
import { getArchiveEntries } from "../../lib/archive";
|
import { getArchiveEntries } from "../../lib/archive";
|
||||||
import { speechAdminEntryFromArchiveEntry } from "../../lib/admin-speeches";
|
import { speechAdminEntryFromArchiveEntry } from "../../lib/admin-speeches";
|
||||||
import { calendarEvents, recurringCalendarEvents } from "../../data/events";
|
import { calendarEvents, recurringCalendarEvents } from "../../data/events";
|
||||||
|
|
@ -46,6 +45,7 @@ const adminConfig = {
|
||||||
<meta name="theme-color" content="#18303a" />
|
<meta name="theme-color" content="#18303a" />
|
||||||
<title>Overview · FamilyFed.ie Admin</title>
|
<title>Overview · FamilyFed.ie Admin</title>
|
||||||
<link rel="icon" href="/assets/icons/familyfed-favicon.png" type="image/png" />
|
<link rel="icon" href="/assets/icons/familyfed-favicon.png" type="image/png" />
|
||||||
|
<link rel="stylesheet" href="/css/admin.css" />
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<a class="admin-skip-link" href="#admin-content">Skip to content</a>
|
<a class="admin-skip-link" href="#admin-content">Skip to content</a>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue