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_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
|
||||
|
|
|
|||
|
|
@ -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 = {
|
|||
<meta name="theme-color" content="#18303a" />
|
||||
<title>Overview · FamilyFed.ie Admin</title>
|
||||
<link rel="icon" href="/assets/icons/familyfed-favicon.png" type="image/png" />
|
||||
<link rel="stylesheet" href="/css/admin.css" />
|
||||
</head>
|
||||
<body>
|
||||
<a class="admin-skip-link" href="#admin-content">Skip to content</a>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue